Podfile

作者: 墓园派对 | 来源:发表于2017-08-15 21:10 被阅读0次
    # Uncomment the next line to define a global platform for your project
    # platform :ios, '9.0'
    #source 'https://code.aliyun.com/Magi/CocoaPods.git'
    target 'SLR' do
      # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
      use_frameworks!
        pod 'Fabric'
        pod 'Crashlytics'
        pod 'Alamofire', '~> 4.0'
        pod 'SwiftyJSON'
        pod 'MJRefresh'
        pod 'SCLAlertView'
        pod 'Dodo', '~> 8.0'
        pod 'PKHUD'
    
      # Pods for SLR
    
      target 'SLRUITests' do
        inherit! :search_paths
        # Pods for testing
      end
    
    end
    

    相关文章

      网友评论

          本文标题:Podfile

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