Adding DCKeyValueObjectMapping.podspec 1.1v

This commit is contained in:
Diego Chohfi
2012-07-23 00:38:00 -03:00
parent 39f02caee1
commit 18c0a64840
2 changed files with 14 additions and 1 deletions
@@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.author = { 'Diego Chohfi' => 'dchohfi@gmail.com' }
s.source = { :git => 'http://github.com/dchohfi/KeyValueObjectMapping.git', :tag => '1.0.0' }
s.source_files = 'KeyValueObjectMapping/*.{h|m}'
s.source_files = 'KeyValueObjectMapping'
s.requires_arc = true
end