美文网首页
cocoapods版本1.9.1使用注意点

cocoapods版本1.9.1使用注意点

作者: 遇见I你 | 来源:发表于2020-04-02 18:01 被阅读0次

    Podfile文件:

    # Uncomment the next line to define a global platform for your project

     platform :ios,'8.0'

    #source cdn重点

     source 'https://cdn.cocoapods.org/'

    target 'test' do

      # Comment the next line if you don't want to use dynamic frameworks

      use_frameworks!

      # Pods for test

      pod 'AFNetworking'

    end

    相关文章

      网友评论

          本文标题:cocoapods版本1.9.1使用注意点

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