Created
September 5, 2012 04:31
-
-
Save raylillywhite/3630470 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
Pod::Spec.new do |s| | |
s.name = 'SSToolkit-ht' | |
s.version = '0.1.2.ht1' | |
s.platform = :ios | |
s.summary = 'A collection of well-documented iOS classes for making life easier.' | |
s.homepage = 'http://sstoolk.it' | |
s.author = { 'Sam Soffes' => '[email protected]' } | |
s.license = 'MIT' | |
s.source = { :git => 'https://github.com/hoteltonight/sstoolkit.git', :ref => 'master' } | |
s.description = 'SSToolkit is a collection of well-documented iOS classes for making life ' \ | |
'easier by solving common problems all iOS developers face. Some really ' \ | |
'handy classes are SSCollectionView, SSGradientView, SSSwitch, and many more.' | |
s.resources = 'Resources/SSToolkit.bundle' | |
s.source_files = 'SSToolkit/**/*.{h,m}' | |
s.frameworks = 'QuartzCore', 'CoreGraphics' | |
s.prefix_header_file = 'Other Sources/SSToolkit_Prefix.pch' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment