-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Update copyright year - Update README
- Loading branch information
Showing
8 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "PMSuperButton" | ||
s.version = "2.0.4" | ||
s.version = "2.1.0" | ||
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.homepage = "https://github.com/pmusolino/PMSuperButton" | ||
s.screenshots = "https://raw.githubusercontent.com/pmusolino/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 = { :git => "https://github.com/pmusolino/PMSuperButton.git", :tag => s.version.to_s } | ||
s.source_files = "Sources/**/*" | ||
s.frameworks = "Foundation" | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters