Skip to content

Commit

Permalink
- Added JTObjectMapping.podspec and update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jamztang committed May 7, 2012
1 parent 7aaba18 commit 917c01f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
11 changes: 11 additions & 0 deletions 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
13 changes: 13 additions & 0 deletions README.md
Expand Up @@ -3,6 +3,16 @@ JTObjectMapping

Inspired by RestKit. A very simple objective-c framework that maps a JSON response from NSDictionary or NSArray to NSObject subclasses for iOS.

Install
-------

### Original method

Copy all files in JTObjectMapping/ into your project.

### CocoaPods

`$ pod search JTObjectMapping`, you should be able to specify the right version in your Podfile. Here's more information about [CocoaPods][].

Usage
-----
Expand Down Expand Up @@ -89,3 +99,6 @@ v1.0.2
v1.0.1
- Added NSDate support for mappings


[CocoaPods]:https://github.com/CocoaPods/CocoaPods

0 comments on commit 917c01f

Please sign in to comment.