Skip to content

Commit

Permalink
fix Weibo_SDK.podspec source_files issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kuopenx authored Nov 26, 2022
1 parent 289967d commit 9aea887
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 9aea887

Please sign in to comment.