File tree 2 files changed +3
-3
lines changed
FastEasyMapping.xcodeproj
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |spec |
2
2
spec . name = 'FastEasyMapping'
3
- spec . version = '1.2.1 '
3
+ spec . version = '1.2.2 '
4
4
spec . summary = 'Fast mapping from JSON to CoreData / Realm (github.com/Yalantis/FastEasyMappingRealm) / Plain NSObject'
5
5
spec . homepage = "https://github.com/Yalantis/FastEasyMapping"
6
6
spec . license = { :type => 'MIT' , :file => 'LICENSE' }
Original file line number Diff line number Diff line change 1758
1758
CLANG_WARN_UNREACHABLE_CODE = YES;
1759
1759
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
1760
1760
COPY_PHASE_STRIP = NO;
1761
- CURRENT_PROJECT_VERSION = 1.2.1 ;
1761
+ CURRENT_PROJECT_VERSION = 1.2.2 ;
1762
1762
DYLIB_COMPATIBILITY_VERSION = "${CURRENT_PROJECT_VERSION}";
1763
1763
DYLIB_CURRENT_VERSION = "${CURRENT_PROJECT_VERSION}";
1764
1764
ENABLE_STRICT_OBJC_MSGSEND = YES;
1810
1810
CLANG_WARN_UNREACHABLE_CODE = YES;
1811
1811
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
1812
1812
COPY_PHASE_STRIP = YES;
1813
- CURRENT_PROJECT_VERSION = 1.2.1 ;
1813
+ CURRENT_PROJECT_VERSION = 1.2.2 ;
1814
1814
DYLIB_COMPATIBILITY_VERSION = "${CURRENT_PROJECT_VERSION}";
1815
1815
DYLIB_CURRENT_VERSION = "${CURRENT_PROJECT_VERSION}";
1816
1816
ENABLE_NS_ASSERTIONS = NO;
You can’t perform that action at this time.
0 commit comments