Skip to content

Commit

Permalink
Add SBJson 3.1. Closes CocoaPods/CocoaPods#182.
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy committed Apr 19, 2012
1 parent 4558aa2 commit 62b277c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions 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

0 comments on commit 62b277c

Please sign in to comment.