# 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