Skip to content

Commit

Permalink
Merge pull request #510 from kuopenx/master
Browse files Browse the repository at this point in the history
fix Weibo_SDK.podspec source_files issue
  • Loading branch information
sinaweibosdk authored Feb 1, 2023
2 parents 289967d + 9aea887 commit 7e07f07
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 @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.platform = :ios, '9.0'
s.requires_arc = false
s.license = 'MIT'
s.source_files = 'libWeiboSDK/*.{h,m,a}'
s.source_files = 'libWeiboSDK/*.{h,m}'
s.resource = 'libWeiboSDK/WeiboSDK.bundle'
s.vendored_libraries = 'libWeiboSDK/libWeiboSDK.a'
s.frameworks = 'Photos', 'ImageIO', 'SystemConfiguration', 'CoreText', 'QuartzCore', 'Security', 'UIKit', 'Foundation', 'CoreGraphics','CoreTelephony','WebKit'
Expand Down

0 comments on commit 7e07f07

Please sign in to comment.