Skip to content

Instantly share code, notes, and snippets.

@codecaffeine
Created February 21, 2013 16:27
Show Gist options
  • Save codecaffeine/5005930 to your computer and use it in GitHub Desktop.
Save codecaffeine/5005930 to your computer and use it in GitHub Desktop.
TouchJSON Podspec for 1.1-NonARC
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' => 'schwa@touchcode.com' }
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