diff --git a/Example/Podfile b/Example/Podfile index 6f75aeb..f87f418 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -1,7 +1,7 @@ use_frameworks! target 'dotLottieLoader_Example' do - platform :ios, '9.0' + platform :ios, '11.0' pod 'dotLottieLoader', :path => '../' target 'dotLottieLoader_Tests' do diff --git a/Example/Pods/Pods.xcodeproj/project.pbxproj b/Example/Pods/Pods.xcodeproj/project.pbxproj index c3fed50..48aba57 100644 --- a/Example/Pods/Pods.xcodeproj/project.pbxproj +++ b/Example/Pods/Pods.xcodeproj/project.pbxproj @@ -166,7 +166,7 @@ 714C9CD9CD39C1F2ACEDB01DB3D0B5C7 /* dotLottieLoader-watchOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "dotLottieLoader-watchOS.release.xcconfig"; path = "../dotLottieLoader-watchOS/dotLottieLoader-watchOS.release.xcconfig"; sourceTree = ""; }; 72266599C92BCD6D844C109DFAC1E492 /* Pods-dotLottieLoader_Tests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-dotLottieLoader_Tests-umbrella.h"; sourceTree = ""; }; 76C5600E579B709E4C82FEFAF1179958 /* Pods-dotLottieLoader_watchos Extension-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-dotLottieLoader_watchos Extension-dummy.m"; sourceTree = ""; }; - 781774A50C48C8AD9A2F0C3121A2096D /* dotLottieLoader.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = dotLottieLoader.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 781774A50C48C8AD9A2F0C3121A2096D /* dotLottieLoader.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = dotLottieLoader.podspec; sourceTree = ""; tabWidth = 2; }; 7976CD2BE72C5641340BC7C4CA255B11 /* Pods-dotLottieLoader_Tests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-dotLottieLoader_Tests-acknowledgements.markdown"; sourceTree = ""; }; 7CBB9B4810491B0A1C34A04EA89E0E65 /* dotLottieLoader-watchOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "dotLottieLoader-watchOS.debug.xcconfig"; path = "../dotLottieLoader-watchOS/dotLottieLoader-watchOS.debug.xcconfig"; sourceTree = ""; }; 7D206D3ED00C8DA0CCDAD9C2F014827B /* Zip-watchOS-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Zip-watchOS-umbrella.h"; path = "../Zip-watchOS/Zip-watchOS-umbrella.h"; sourceTree = ""; }; diff --git a/Example/dotLottieLoader.xcodeproj/project.pbxproj b/Example/dotLottieLoader.xcodeproj/project.pbxproj index 8c2e9f8..3eb799b 100644 --- a/Example/dotLottieLoader.xcodeproj/project.pbxproj +++ b/Example/dotLottieLoader.xcodeproj/project.pbxproj @@ -78,7 +78,7 @@ /* Begin PBXFileReference section */ 0C1CE96C337F16147EF1D65C /* Pods-dotLottieLoader_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-dotLottieLoader_Tests.release.xcconfig"; path = "Target Support Files/Pods-dotLottieLoader_Tests/Pods-dotLottieLoader_Tests.release.xcconfig"; sourceTree = ""; }; 1C8650BDAD7E0609F67E4D95 /* Pods-dotLottieLoader_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-dotLottieLoader_Example.debug.xcconfig"; path = "Target Support Files/Pods-dotLottieLoader_Example/Pods-dotLottieLoader_Example.debug.xcconfig"; sourceTree = ""; }; - 251FE3E5E450DA5362196234 /* dotLottieLoader.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = dotLottieLoader.podspec; path = ../dotLottieLoader.podspec; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 251FE3E5E450DA5362196234 /* dotLottieLoader.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = dotLottieLoader.podspec; path = ../dotLottieLoader.podspec; sourceTree = ""; }; 506B83761CDB05636F0BE183 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = ""; }; 506F2F25B937AD4564C58E25 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = ""; }; 607FACD01AFB9204008FA782 /* dotLottieLoader_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = dotLottieLoader_Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; diff --git a/Package.swift b/Package.swift index eef2644..c124d40 100644 --- a/Package.swift +++ b/Package.swift @@ -6,7 +6,7 @@ import PackageDescription let package = Package( name: "dotLottieLoader", platforms: [ - .iOS(.v9), + .iOS(.v11), .macOS(.v10_12), .tvOS(.v9), .watchOS(.v6) diff --git a/dotLottieLoader.podspec b/dotLottieLoader.podspec index 7bca0b9..32f1a34 100644 --- a/dotLottieLoader.podspec +++ b/dotLottieLoader.podspec @@ -22,7 +22,7 @@ dotLottieLoader is an open-source file format that aggregates one or more Lottie s.social_media_url = 'https://twitter.com/LottieFiles' s.swift_version = '5.0' - s.ios.deployment_target = '9.0' + s.ios.deployment_target = '11.0' s.osx.deployment_target = '10.12' s.tvos.deployment_target = '10.0' s.watchos.deployment_target = '6.0'