Pofile
Posted ZHZMAREN
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Pofile相关的知识,希望对你有一定的参考价值。
platform :ios, '8.0'
use_frameworks!
target 'ZHZPrivateLibraries' do
pod 'AFNetworking'
pod 'Masonry'
pod 'iCarousel'
pod 'MJRefresh'
pod 'FMDB'
pod 'SDWebImage'
pod 'XHTagView'
pod 'MBProgressHUD', '~> 0.9.1'
pod 'UMengSocialCOM'
pod 'MJExtension'
pod 'JSONModel'
pod 'YYKit'
pod 'MagicalRecord'
pod 'SVProgressHUD'
pod 'IQKeyboardManager', '~> 4.0.1'
pod 'DZNEmptyDataSet'
pod 'KMNavigationBarTransition'
pod 'MMPopupView'
pod 'pop', '~> 1.0.8'
pod 'PNChart', '~> 0.8.8'
pod 'AMapSearch', '~> 3.1.0'
pod 'AMapNavi', '~> 1.4.0'
pod 'Realm'
end
以上是关于Pofile的主要内容,如果未能解决你的问题,请参考以下文章