Files
JBChartView/SBJson/2.2.3/SBJson.podspec
T
Eloy Duran ffe4226930 Add SBJson 2.2.3, which is needed by the Facebook iOS SDK.
Pretty old version, though... :-/
2011-12-15 20:09:29 +01:00

12 lines
457 B
Ruby

Pod::Spec.new do |s|
s.name = 'SBJson'
s.version = '2.2.3'
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', :commit => '8348517b0670abc52636f3a1c9778d338ccad989' }
s.source_files = 'Source'
end