码迷,mamicode.com
首页 > 其他好文 > 详细

Podfile 文件的编写

时间:2016-10-10 07:38:34      阅读:214      评论:0      收藏:0      [点我收藏+]

标签:

# Uncomment this line to define a global platform for your project
platform :ios, ‘9.0‘

target ‘CocoaPodsDemo‘ do
pod ‘RongCloudIMLib‘, ‘2.4.8’

# Uncomment this line if you‘re using Swift or would like to use dynamic frameworks
# use_frameworks!

# Pods for CocoaPodsDemo

target ‘CocoaPodsDemoTests‘ do
inherit! :search_paths
# Pods for testing
end

target ‘CocoaPodsDemoUITests‘ do
inherit! :search_paths
# Pods for testing
end

end

Podfile 文件的编写

标签:

原文地址:http://www.cnblogs.com/meier1205/p/5944438.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!