9 lines
162 B
Ruby
9 lines
162 B
Ruby
source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
|
|
|
|
platform :ios, '9.0'
|
|
|
|
target 'msext' do
|
|
# 添加七牛云SDK
|
|
pod 'Qiniu', '~> 8.0'
|
|
end
|