Merge branch 'master' of https://github.com/dchohfi/Specs into dchohfi-master

In the merge the specs where fixed so they merge.

* 'master' of https://github.com/dchohfi/Specs:
  rebasing
  Adding DCKeyValueObjectMapping.podspec 1.1v

Conflicts:
	DCKeyValueObjectMapping/1.0.0/DCKeyValueObjectMapping.podspec
This commit is contained in:
Fabio Pelosin
2012-07-27 15:45:59 +02:00
2 changed files with 22 additions and 11 deletions
@@ -1,13 +1,12 @@
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 => 'https://github.com/dchohfi/KeyValueObjectMapping.git', :tag => '1.0.0' }
s.source_files = 'KeyValueObjectMapping'
s.requires_arc = true
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 => 'https://github.com/dchohfi/KeyValueObjectMapping.git', :tag => '1.0.0' }
s.source_files = 'KeyValueObjectMapping'
s.compiler_flags = '-Wno-format-security'
s.requires_arc = true
end