Podfile

1 target支持中文
2 先写支持平台
target do
end
3格式如下

# Uncomment this line to define a global platform for your project
 platform :ios, '7.0'
# Uncomment this line if you're using Swift
# use_frameworks!

target 'Zoharo' do

# pod 'YSASIHTTPRequest', :git => 'https://github.com/youngshook/asi-http-request.git'
# pod 'EaseMobSDKFull', :git => 'https://github.com/easemob/sdk-ios-cocoapods-integration.git'
pod 'Aspects', :head
pod 'Masonry', :head
pod 'FMDB', :head
pod 'FMDB/SQLCipher', :head
pod 'IQKeyboardManager'
pod 'SSZipArchive'
pod 'SVProgressHUD', :head
pod 'MBProgressHUD', '~> 0.9.2'
pod 'CrittercismSDK', '~> 5.4.5'
pod 'PNChart', :head
pod 'ZXPAutoLayout'
pod 'AFNetworking', '~> 2.6.3'
pod 'Mantle'
pod 'PromiseKit'
end
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • 前言 iOS开发会经常用到cocoapods管理第三方,简单、方便、高效。如何集成cocoapods在cocoap...
    herbsun阅读 35,948评论 7 192
  • CocoaPods是Swift和OC项目的依赖项管理器。Podfile是一个规范,描述一个或多个Xcode项目目标...
    oneday527阅读 534评论 0 1
  • 经常使用CocoaPods来管理iOS项目中的第三方库,但是我们要使用CocoaPods来管理第三方库,前提是要写...
    qitianjin阅读 1,389评论 2 0
  • 转载自:http://blog.csdn.net/qitianjin/article/details/517738...
    YYT1992阅读 2,690评论 0 0
  • 本文翻译自官方的Podfile Syntax Reference,也参考了之前一位博主的翻译,若翻译中有什么异议,...
    Tasselx阅读 69,874评论 10 194