Podfile

# 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)