File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
JSQDataSourcesKit.xcodeproj Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'JSQDataSourcesKit'
3
- s . version = '5 .0.0'
3
+ s . version = '6 .0.0'
4
4
s . license = 'MIT'
5
5
6
6
s . summary = 'Protocol-oriented, type-safe data source objects that keep your view controllers light'
Original file line number Diff line number Diff line change 455
455
SKIP_INSTALL = YES;
456
456
SWIFT_VERSION = 3.0;
457
457
TARGETED_DEVICE_FAMILY = 3;
458
- TVOS_DEPLOYMENT_TARGET = 9.2 ;
458
+ TVOS_DEPLOYMENT_TARGET = 9.0 ;
459
459
};
460
460
name = Debug;
461
461
};
478
478
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
479
479
SWIFT_VERSION = 3.0;
480
480
TARGETED_DEVICE_FAMILY = 3;
481
- TVOS_DEPLOYMENT_TARGET = 9.2 ;
481
+ TVOS_DEPLOYMENT_TARGET = 9.0 ;
482
482
};
483
483
name = Release;
484
484
};
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >5 .0.0 </string >
18
+ <string >6 .0.0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments