You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
weibo/Podfile

20 lines
472 B

# Uncomment the next line to define a global platform for your project
platform :ios, '13.0'
target 'Weibo' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
pod "Weibo_SDK", :git => "https://github.com/sinaweibosdk/weibo_ios_sdk.git"
pod 'AlamofireImage', '~> 4.1'
# Pods for Weibo
target 'WeiboTests' do
inherit! :search_paths
# Pods for testing
end
target 'WeiboUITests' do
# Pods for testing
end
end