Update fake_weibo.podspec

This commit is contained in:
林恒龙 2019-03-14 14:31:48 +08:00 committed by GitHub
parent e7853144d4
commit 8149641c4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,8 +14,8 @@ A new Flutter plugin.
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.static_framework = true
s.dependency 'Flutter'
s.static_framework = true
s.dependency 'Weibo_SDK', '~> 3.2.3'
s.ios.deployment_target = '8.0'