Added spec for TouchJSON

This commit is contained in:
Jonathan Wight
2011-12-07 13:43:43 -08:00
parent ba658e62b0
commit 50e089f771
+12
View File
@@ -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