Podfile

作者: iOS乐乐 | 来源:发表于2021-02-24 11:22 被阅读0次

    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

          本文链接:https://www.haomeiwen.com/subject/tutsfltx.html