Skip to content

Commit

Permalink
pods
Browse files Browse the repository at this point in the history
  • Loading branch information
jinrun committed Apr 16, 2024
1 parent 04c4d7e commit 1f76895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Weibo_SDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.requires_arc = false
s.license = 'MIT'
s.source_files = 'libWeiboSDK/*.{h,m}'
s.resource = 'libWeiboSDK/WeiboSDK.bundle'
s.resource = 'libWeiboSDK/WeiboSDK.bundle', '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 1f76895

Please sign in to comment.