Skip to content

Commit

Permalink
Update gitignore and Podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
dreampiggy committed Jul 8, 2022
1 parent 513e4d4 commit d47db2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

# Xcode
build/
.build/
*.pbxuser
!default.pbxuser
*.mode1v3
Expand Down
5 changes: 4 additions & 1 deletion SDWebImageLottiePlugin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,13 @@ SDWebImageLottiePlugin is a plugin for SDWebImage framework, which provide the L
s.tvos.deployment_target = '11.0'

s.source_files = 'SDWebImageLottiePlugin/Classes/**/*'
s.swift_version = '5'

s.pod_target_xcconfig = {
'SUPPORTS_MACCATALYST' => 'YES',
'DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER' => 'NO'
'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES',
'DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER' => 'NO',
'OTHER_SWIFT_FLAGS' => '$(inherited) -Xfrontend -disable-testable-attr-requires-testable-module'
}

s.dependency 'SDWebImage', '~> 5.10'
Expand Down

0 comments on commit d47db2d

Please sign in to comment.