belm / BaiduFM-Swift

百度FM swift语言实现

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

change the content of PodProfile

dong09000 opened this issue · comments

content:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!

target 'BaiduFM' do
pod 'Alamofire', '> 3.3.1'
pod 'SwiftyJSON', '
> 2.3.2'
pod 'AsyncSwift', '> 1.7.2'
pod 'MJRefresh'
pod 'LTMorphingLabel', '
> 0.2.0'
pod 'Kingfisher', '~> 2.3.1'
end

target 'BaiduFM WatchKit Extension' do
pod 'Alamofire', '> 3.3.1'
pod 'SwiftyJSON', '
> 2.3.2'
pod 'AsyncSwift', '~> 1.7.2'
end

PS: no such module 'MediaPlayer', I haven't solve it, If anyone solved,please @dong09000