Swift(十三):Cocoapod - Podfile内容

2016-08-17  本文已影响32人  IMSong
# Uncomment this line to define a global platform for your project
platform :ios, '9.0'

  target '工程名字' do
  # Comment this line if you're not using Swift and don't want to use dynamic frameworks
  use_frameworks!

  # Pods for swift-AFNetworking

  target '工程名字Tests' do
    inherit! :search_paths
    # Pods for testing
  end

  target '工程名字UITests' do
    inherit! :search_paths
    # Pods for testing
  end

pod 'AFNetworking'
pod 'SDWebImage'
#自动布局
pod 'SnapKit'
pod 'SVProgressHUD'


end

上一篇下一篇

猜你喜欢

热点阅读