1 Star 0 Fork 0

DehengXu/XCocoaUtilsPublic

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Podfile 1.00 KB
一键复制 编辑 原始数据 按行查看 历史
project 'XCocoaUtilsPublic.xcodeproj'
# Uncomment this line to define a global platform for your project
# platform :ios, '8.0'
install! 'cocoapods', :preserve_pod_file_structure => true
def useLib
pod 'XCocoaUtilsPublic', :path => './' \
, :subspecs => [
'All'
# 'General',
# 'http',
# 'Logging',
# 'debug',
# 'io',
# 'Concurrency',
# 'benchmark',
# 'compress',
# 'CCommon',
# 'macros'
]
end
target 'Demo' do
#pod 'AFNetworking'
platform :ios, '9.0'
useLib
target 'DemoTests' do
#pod 'AFNetworking'
end
end
target 'DemoMacOSCmd' do
platform :osx, '10.13'
pod 'XCocoaUtilsPublic', :path => './' \
, :subspecs => [
'General',
'Concurrency',
'Compress',
'Macros', 'IO', 'Debug', 'Logging', 'Benchmark', 'HTTP'
]
end
target 'DemoMacOSApp' do
platform :osx, '10.13'
# pod 'XCocoaUtilsPublic', :path => './' \
# , :subspecs => [
# 'debug'
# ]
end
# target 'XCocoaUtilsPublic' do
# end
# target 'XCocoaUtilsPublicFW' do
# end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Objective-C
1
https://gitee.com/dehengxu/XCocoaUtilsPublic.git
git@gitee.com:dehengxu/XCocoaUtilsPublic.git
dehengxu
XCocoaUtilsPublic
XCocoaUtilsPublic
master

搜索帮助