Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4 from leonardo-ferreira07/deployment-target-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eharrison authored Jun 13, 2022
2 parents 038cab5 + e443e94 commit 2760eee
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Example/Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Example/dotLottieLoader.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "<group>"; };
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 = "<group>"; };
251FE3E5E450DA5362196234 /* dotLottieLoader.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = dotLottieLoader.podspec; path = ../dotLottieLoader.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
251FE3E5E450DA5362196234 /* dotLottieLoader.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = dotLottieLoader.podspec; path = ../dotLottieLoader.podspec; sourceTree = "<group>"; };
506B83761CDB05636F0BE183 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
506F2F25B937AD4564C58E25 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
607FACD01AFB9204008FA782 /* dotLottieLoader_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = dotLottieLoader_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import PackageDescription
let package = Package(
name: "dotLottieLoader",
platforms: [
.iOS(.v9),
.iOS(.v11),
.macOS(.v10_12),
.tvOS(.v9),
.watchOS(.v6)
Expand Down
2 changes: 1 addition & 1 deletion dotLottieLoader.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 2760eee

Please sign in to comment.