Podfile

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

你可能感兴趣的:(Podfile)