美文网首页
Swift 中结合使用cocoaPods

Swift 中结合使用cocoaPods

作者: 我一不小心就 | 来源:发表于2019-01-28 15:39 被阅读0次

    标准文件的配置:

    source 'https://github.com/CocoaPods/Specs.git'
    platform :ios, ‘8.0’
    use_frameworks!
    
    target 'mySwiftApp' do
    
      pod 'Masonry', '~> 1.1.0'
      pod 'SwiftyJSON', '~> 3.0'
    
    end
    

    相关文章

      网友评论

          本文标题:Swift 中结合使用cocoaPods

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