1 Star 0 Fork 0

李旭阳 / iosLearn

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Podfile 681 Bytes
一键复制 编辑 原始数据 按行查看 历史
# Uncomment the next line to define a global platform for your project
platform :ios, '9.0'
target 'iosLearn' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for iosLearn
pod 'AFNetworking', :git => 'http://gitlab.tools.vipshop.com/ios-shared/AFNetworking.git'
pod 'SDWebImage', :git => 'https://gitee.com/LixyAndroid/SDWebImage.git'
pod 'Masonry',:git => 'https://gitee.com/LixyAndroid/Masonry.git'
pod 'YYModel',:git => 'https://gitee.com/LixyAndroid/YYModel.git'
target 'iosLearnTests' do
inherit! :search_paths
# Pods for testing
end
target 'iosLearnUITests' do
# Pods for testing
end
end
1
https://gitee.com/LixyAndroid/iosLearn.git
git@gitee.com:LixyAndroid/iosLearn.git
LixyAndroid
iosLearn
iosLearn
master

搜索帮助