首页 > 其他 > 详细

Podfile 文件的编写

时间:2016-10-10 07:37:05      阅读:284      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!