diff --git a/SBJson/3.1/SBJson.podspec b/SBJson/3.1/SBJson.podspec new file mode 100644 index 00000000000000..156cb96ed2e028 --- /dev/null +++ b/SBJson/3.1/SBJson.podspec @@ -0,0 +1,12 @@ +Pod::Spec.new do |s| + s.name = 'SBJson' + s.version = '3.1' + s.license = 'BSD' + s.summary = 'This library implements strict JSON parsing and generation in Objective-C.' + s.homepage = 'http://stig.github.com/json-framework/' + s.author = { 'Stig Brautaset' => 'stig@brautaset.org' } + s.source = { :git => 'https://github.com/stig/json-framework.git', :tag => 'v3.1' } + + s.requires_arc = true + s.source_files = 'Classes' +end