-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update podspec, class description formatting
- Loading branch information
1 parent
8155e74
commit 01f1fee
Showing
4 changed files
with
4 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ Pod::Spec.new do |s| | |
s.homepage = "https://github.com/amco/librato-iOS" | ||
s.license = { :type => 'MIT', :file => 'LICENSE.md' } | ||
s.author = { "Adam Yanalunas" => "[email protected]" } | ||
s.source = { :git => "https://github.com/amco/librato-iOS.git", :tag => "#{s.version}" } | ||
s.source = { :git => "https://github.com/amco/librato-iOS.git", :tag => s.version.to_s } | ||
s.platform = :ios, '8.0' | ||
s.source_files = 'Librato-iOS/**/*.{h,m}' | ||
s.frameworks = 'QuartzCore', 'Foundation', 'SystemConfiguration', 'MobileCoreServices', 'UIKit' | ||
|
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