您的位置:首页 > 其它

[OC] Podfile 格式内容

2016-11-10 21:21 176 查看
platform :ios, ‘8.0’
target :’targetName’ do
pod 'Masonry', '~> 1.0.1'
pod 'SDCycleScrollView', '~> 1.65’
pod 'SDWebImage', '~> 3.8.1'
pod 'MBProgressHUD', '0.9.2'
pod 'MJExtension', '~> 3.0.13'
pod 'IQKeyboardManager', '~> 4.0.4'
pod 'MJRefresh', '~> 3.1.12'
pod 'Toast', '~> 3.0'
pod 'NJKWebViewProgress', '~> 0.2.3'
pod 'UMengAnalytics-NO-IDFA', '~> 4.1.3'
pod 'AMapLocation-NO-IDFA', '~> 2.1.1'
pod 'Aspects', '~> 1.4.1'
end
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: