Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix podspec issue #1472

Merged
merged 1 commit into from
Jan 11, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix podspec issue
  • Loading branch information
Kyle-Ye committed Jan 11, 2022
commit ae47d599bcee386fe8a1f8f36b4bd719b719f7d0
1 change: 1 addition & 0 deletions lottie-ios.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ For the first time, designers can create and ship beautiful animations without a
s.osx.deployment_target = '10.9'
s.tvos.deployment_target = '9.0'

s.exclude_files = 'lottie-ios/Classes/include/**/*'
s.source_files = 'lottie-ios/Classes/**/*'
s.osx.exclude_files = ['lottie-ios/Classes/PublicHeaders/LOTAnimationTransitionController.h',
'lottie-ios/Classes/Private/LOTAnimationTransitionController.m',
Expand Down