Pod: UMeng, ShareSDK ~> †eacher

vim UMeng

source 'https://github.com/CocoaPods/Specs.git'

target 'TestKitchen' do
   platform :ios, '5.0'
   pod 'UMengSocialCOM', '~> 5.2.1'
end

查看 文件 Podfile

ShareSDK

source 'https://github.com/CocoaPods/Specs.git'

target 'TestKitchen' do 
 pod 'ShareSDK3'
 pod 'MOBFoundation'
 pod 'ShareSDK3/ShareSDKUI'
 pod 'ShareSDK3/ShareSDKPlatforms/QQ'
 pod 'ShareSDK3/ShareSDKPlatforms/SinaWeibo'
 pod 'ShareSDK3/ShareSDKPlatforms/WeChat'
    
end

你可能感兴趣的:(Pod: UMeng, ShareSDK ~> †eacher)