Skip to content

Commit

Permalink
更新pods
Browse files Browse the repository at this point in the history
  • Loading branch information
jinrun committed May 8, 2024
1 parent 8e0716f commit 0013f6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Weibo_SDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ Pod::Spec.new do |s|
s.requires_arc = false
s.license = 'MIT'
s.source_files = 'libWeiboSDK/*.{h,m}'
s.resource = 'libWeiboSDK/WeiboSDK.bundle', 'libWeiboSDK/PrivacyInfo.xcprivacy'
s.resource = 'libWeiboSDK/WeiboSDK.bundle'
s.resource_bundles = {'libWeiboSDK'=>['libWeiboSDK/PrivacyInfo.xcprivacy']}
s.vendored_libraries = 'libWeiboSDK/libWeiboSDK.a'
s.frameworks = 'Photos', 'ImageIO', 'SystemConfiguration', 'CoreText', 'QuartzCore', 'Security', 'UIKit', 'Foundation', 'CoreGraphics','CoreTelephony','WebKit'
s.libraries = 'sqlite3', 'z'
Expand Down

0 comments on commit 0013f6e

Please sign in to comment.