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

Commit

Permalink
[CHORE] Updated pod settings
Browse files Browse the repository at this point in the history
  • Loading branch information
eharrison committed Nov 1, 2022
1 parent 2b23a92 commit 0a42e19
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
24 changes: 12 additions & 12 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

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

5 changes: 2 additions & 3 deletions dotLottieLoader.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ dotLottieLoader is an open-source file format that aggregates one or more Lottie

s.swift_version = '5.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'
s.osx.deployment_target = '10.13'
s.tvos.deployment_target = '11.0'

s.source_files = 'Sources/**/*'

Expand Down

0 comments on commit 0a42e19

Please sign in to comment.