File tree Expand file tree Collapse file tree 5 files changed +6
-4
lines changed
Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1+ 3.0.1
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ Simple static table views for iOS in Swift. Static's goal is to separate model d
99
1010| Swift Version | Static Version |
1111| ------------- | -------------- |
12+ | 3.0.1 | 2.0.1 |
1213| 3.0 | 2.0 |
1314| 2.3 | 1.2 |
1415| 2.2 | 1.1 |
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = 'Static'
3- spec . version = '2.0.0 '
3+ spec . version = '2.0.1 '
44 spec . summary = 'Simple static table views for iOS in Swift.'
55 spec . description = 'Static provides simple static table views for iOS in Swift.'
66 spec . homepage = 'https://github.com/venmo/static'
Original file line number Diff line number Diff line change 441441 ONLY_ACTIVE_ARCH = YES;
442442 SDKROOT = iphoneos;
443443 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
444- SWIFT_VERSION = 3.0;
444+ SWIFT_VERSION = 3.0.1 ;
445445 TARGETED_DEVICE_FAMILY = "1,2";
446446 VERSIONING_SYSTEM = "apple-generic";
447447 VERSION_INFO_PREFIX = "";
484484 IPHONEOS_DEPLOYMENT_TARGET = 8.0;
485485 MTL_ENABLE_DEBUG_INFO = NO;
486486 SDKROOT = iphoneos;
487- SWIFT_VERSION = 3.0;
487+ SWIFT_VERSION = 3.0.1 ;
488488 TARGETED_DEVICE_FAMILY = "1,2";
489489 VALIDATE_PRODUCT = YES;
490490 VERSIONING_SYSTEM = "apple-generic";
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >2.0 </string >
18+ <string >2.0.1 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments