From f8dcffb9a2f3f18fb04e1e13fa09de24d870466a Mon Sep 17 00:00:00 2001 From: James Tang Date: Mon, 7 May 2012 23:55:53 +0800 Subject: [PATCH] Added JTObjectMapping 1.0.5 --- JTObjectMapping/JTObjectMapping.podspec | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 JTObjectMapping/JTObjectMapping.podspec diff --git a/JTObjectMapping/JTObjectMapping.podspec b/JTObjectMapping/JTObjectMapping.podspec new file mode 100644 index 00000000..dc298afc --- /dev/null +++ b/JTObjectMapping/JTObjectMapping.podspec @@ -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