ffe4226930
Pretty old version, though... :-/
12 lines
421 B
Ruby
12 lines
421 B
Ruby
Pod::Spec.new do |s|
|
|
s.name = 'SBJson'
|
|
s.version = '3.0.4'
|
|
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.0.4' }
|
|
|
|
s.source_files = 'Classes'
|
|
end
|