Created
February 21, 2013 16:27
-
-
Save codecaffeine/5005930 to your computer and use it in GitHub Desktop.
TouchJSON Podspec for 1.1-NonARC
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 = 'TouchJSON' | |
s.version = '1.1' | |
s.license = 'Simplified BSD License' | |
s.summary = 'TouchJSON is an Objective-C based parser and generator for JSON encoded data.' | |
s.homepage = 'https://github.com/TouchCode/TouchJSON' | |
s.author = { 'Jonathan Wight' => '[email protected]' } | |
s.source = { :git => 'https://github.com/TouchCode/TouchJSON.git', :tag => '1.1-NonARC' } | |
s.source_files = 'Source/**/*.{h,m}' | |
s.framework = 'Foundation' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment