Podfile
2021-02-24 本文已影响0人
iOS乐乐
Uncomment the next line to define a global platform for your project
platform :ios, '9.0'
source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
target 'NewPods' do
Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
pod 'BlocksKit', git: 'https://github.com/LDXu/BlocksKit.git', branch: 'v2.5'
pod 'BlocksKit'
pod 'RxCocoa'
pod 'SDWebImage'
Pods for NewPods
end