Added JTObjectMapping 1.0.5

This commit is contained in:
James Tang
2012-05-07 23:55:53 +08:00
parent 59d8453d23
commit f8dcffb9a2
+11
View File
@@ -0,0 +1,11 @@
Pod::Spec.new do |s|
s.name = 'JTObjectMapping'
s.version = '1.0.5'
s.license = 'MIT'
s.summary = 'A very simple objective-c framework that maps a JSON response from NSDictionary or NSArray to an NSObject subclass for iOS'
s.homepage = 'http://github.com/mystcolor/JTObjectMapping'
s.author = { 'James Tang' => 'mystcolor@gmail.com' }
s.source = { :git => 'http://github.com/mystcolor/JTObjectMapping.git', :tag => '1.0.5' }
s.platform = :ios
s.source_files = 'JTObjectMapping/Source/*.{h,m}'
end