File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 476476 SWIFT_SWIFT3_OBJC_INFERENCE = Off;
477477 SWIFT_VERSION = 3.0;
478478 TARGETED_DEVICE_FAMILY = "1,2";
479+ TVOS_DEPLOYMENT_TARGET = 9.0;
479480 };
480481 name = Debug;
481482 };
524525 SWIFT_SWIFT3_OBJC_INFERENCE = Off;
525526 SWIFT_VERSION = 3.0;
526527 TARGETED_DEVICE_FAMILY = "1,2";
528+ TVOS_DEPLOYMENT_TARGET = 9.0;
527529 VALIDATE_PRODUCT = YES;
528530 };
529531 name = Release;
644646 SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
645647 SWIFT_VERSION = 4.0;
646648 TARGETED_DEVICE_FAMILY = 3;
647- TVOS_DEPLOYMENT_TARGET = 11.2;
648649 VERSIONING_SYSTEM = "apple-generic";
649650 VERSION_INFO_PREFIX = "";
650651 };
678679 SKIP_INSTALL = YES;
679680 SWIFT_VERSION = 4.0;
680681 TARGETED_DEVICE_FAMILY = 3;
681- TVOS_DEPLOYMENT_TARGET = 11.2;
682682 VERSIONING_SYSTEM = "apple-generic";
683683 VERSION_INFO_PREFIX = "";
684684 };
705705 SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
706706 SWIFT_VERSION = 4.0;
707707 TARGETED_DEVICE_FAMILY = 3;
708- TVOS_DEPLOYMENT_TARGET = 11.2;
709708 };
710709 name = Debug;
711710 };
730729 SDKROOT = appletvos;
731730 SWIFT_VERSION = 4.0;
732731 TARGETED_DEVICE_FAMILY = 3;
733- TVOS_DEPLOYMENT_TARGET = 11.2;
734732 };
735733 name = Release;
736734 };
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = 'GradientView'
3- spec . version = '2.3.0 '
3+ spec . version = '2.3.1 '
44 spec . authors = { 'Sam Soffes' => 'sam@soff.es' }
55 spec . homepage = 'https://github.com/soffes/GradientView'
66 spec . summary = 'Easily use gradients in UIKit.'
@@ -9,6 +9,7 @@ Pod::Spec.new do |spec|
99 spec . license = { :type => 'MIT' , :file => 'LICENSE' }
1010
1111 spec . platform = :ios , '8.0'
12+ spec . platform = :ios , '9.0'
1213 spec . frameworks = 'UIKit'
1314 spec . source_files = 'GradientView/**/*.{h,m,swift}'
1415end
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.3.0 </string >
18+ <string >2.3.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