diff --git a/TouchJSON/TouchJSON.podspec b/TouchJSON/TouchJSON.podspec new file mode 100644 index 00000000..043ee012 --- /dev/null +++ b/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