美文网首页
swift pod 相关

swift pod 相关

作者: 欧巴冰冰 | 来源:发表于2016-08-07 17:58 被阅读33次

    pod install --verbose --no-repo-update
    pod update --verbose --no-repo-update

    pod repo remove master
    pod repo add master https://gitcafe.com/akuandev/Specs.git
    pod repo update

    如果想用oschina的镜像也可以把第二条命令 换成 http://git.oschina.net/akuandev/Specs.git
    即可

    platform :ios, '8.0'

    use_frameworks!个别需要用到它,比如reactiveCocoa

    target 'MyApp' do
    pod 'SwiftyJSON', '~> 2.3'
    end

    相关文章

      网友评论

          本文标题:swift pod 相关

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