forked from pmusolino/PMSuperButton
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PMSuperButton.podspec
17 lines (17 loc) · 950 Bytes
/
PMSuperButton.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.new do |s|
s.name = "PMSuperButton"
s.version = "2.0.1"
s.summary = "PMSuperButton is a powerful UIButton coming from the countryside, but with super powers!"
s.description = <<-DESC
A easy way to create custom and complex buttons with custom attributes, directly added to the iOS Interface Builder, very easy to integrate in every project!
DESC
s.homepage = "https://github.com/Codeido/PMSuperButton"
s.screenshots = "https://raw.githubusercontent.com/Codeido/PMSuperButton/master/docs/interface_builder.png"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Paolo Musolino" => "[email protected]" }
s.social_media_url = "http://twitter.com/pmusolino"
s.ios.deployment_target = "8.0"
s.source = { :git => "https://github.com/Codeido/PMSuperButton.git", :tag => s.version.to_s }
s.source_files = "Sources/**/*"
s.frameworks = "Foundation"
end