Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/schwa/Specs into schwa-ma…
Browse files Browse the repository at this point in the history
…ster
  • Loading branch information
alloy committed Dec 8, 2011
2 parents 220686f + 50e089f commit 0121223
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions TouchJSON/TouchJSON.podspec
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = 'TouchJSON'
s.version = '1.0'
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 => 'git://github.com/CocoaPods/CocoaPods.git', :tag => '1.0' }
s.source_files = 'Source', 'Source/**/*.{h,m}'
s.framework = 'Foundation'
s.requires_arc = true
end

0 comments on commit 0121223

Please sign in to comment.