[OC] Podfile 格式内容

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
原文地址:https://www.cnblogs.com/blogwithstudyofwyn/p/6052490.html