Skip to content

Commit dc73de0

Browse files
committedSep 1, 2012
- Bumped version to 1.1
1 parent fa8ebd4 commit dc73de0

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed
 

‎JTObjectMapping.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = 'JTObjectMapping'
3-
s.version = '1.0.7'
3+
s.version = '1.1'
44
s.license = 'MIT'
55
s.summary = 'A very simple objective-c framework that maps a JSON response from NSDictionary or NSArray to an NSObject subclass for iOS.'
66
s.homepage = 'http://github.com/mystcolor/JTObjectMapping'
77
s.author = { 'James Tang' => 'mystcolor@gmail.com' }
8-
s.source = { :git => 'https://github.com/mystcolor/JTObjectMapping.git', :tag => '1.0.7' }
8+
s.source = { :git => 'https://github.com/mystcolor/JTObjectMapping.git', :tag => '1.1' }
99
s.platform = :ios
1010
s.source_files = 'JTObjectMapping/Source/*.{h,m}'
1111
end

‎JTObjectMapping/JTObjectMapping-Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleVersion</key>
26-
<string>1.0.5</string>
26+
<string>1.1</string>
2727
<key>LSRequiresIPhoneOS</key>
2828
<true/>
2929
<key>NSMainNibFile</key>

‎README.md

+3
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ For more detailed usage, see **JTObjectMappingTests.m**, will be adding more det
8383
Update Logs
8484
-----------
8585

86+
v1.1
87+
- Refactored JTObjectMapping. Now extending custom mappings are much more cleaner.
88+
8689
v1.0.7
8790
- Added JTSetMapping and JTDateEpochMappings, thanks to [@zcharter][] for making this happen!
8891

0 commit comments

Comments
 (0)
Please sign in to comment.