Files
JBChartView/DCKeyValueObjectMapping/1.2/DCKeyValueObjectMapping.podspec
T
2012-11-14 11:31:20 -02:00

13 lines
674 B
Ruby

Pod::Spec.new do |s|
s.name = 'DCKeyValueObjectMapping'
s.version = '1.2'
s.ios.deployment_target = '5.0'
s.license = 'MIT'
s.summary = 'Automatic KeyValue Object Mapping for Objective-C, parse JSON/Plist/XML automatically, support Core Data, convetion over configuration.'
s.homepage = 'https://github.com/dchohfi/KeyValueObjectMapping'
s.author = { 'Diego Chohfi' => 'dchohfi@gmail.com' }
s.source = { :git => 'https://github.com/dchohfi/KeyValueObjectMapping.git', :tag => '1.2' }
s.source_files = 'KeyValueObjectMapping'
s.requires_arc = true
end