Adding DCKeyValueObjectMapping 1.0.0

This commit is contained in:
Diego Chohfi
2012-05-21 15:24:14 -03:00
parent 88554eab44
commit b9efa2fe5d
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'DCKeyValueObjectMapping'
s.version = '1.0.0'
s.license = 'MIT'
s.summary = 'Automatic KeyValue Object Mapping for Objective-C, parse JSON/Plist/XML automatically'
s.homepage = 'https://github.com/dchohfi/KeyValueObjectMapping'
s.author = { 'Diego Chohfi' => 'dchohfi@gmail.com' }
s.source = { :git => 'http://github.com/dchohfi/KeyValueObjectMapping.git', :tag => '1.0.0' }
s.source_files = 'KeyValueObjectMapping'
s.requires_arc = true
end