platform :ios, '10.2' source 'https://github.com/CocoaPods/Specs.git' use_frameworks! target 'kplayer' do # pod 'Player' #pod 'Alamofire', :git => 'https://github.com/Alamofire/Alamofire.git', :branch => 'swift-2.0' #pod 'Alamofire', '~> 1.2' pod 'Alamofire', '~> 4.2' pod 'ALMoviePlayerController', '~>0.3.0' #pod 'DZVideoPlayerViewController' #pod 'SwiftyJSON' #pod 'HanekeSwift' pod 'HanekeSwift', :git => 'https://github.com/jasonnoahchoi/HanekeSwift', :branch => 'swift3' pod 'Nimbus/Photos' pod 'Nimbus/PagingScrollView' #pod 'AFNetworking', '~>2.1' #pod 'Dollar', '6.1.0' #pod 'Cent', '6.0.3' #, '1.2.0' post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| config.build_settings['SWIFT_VERSION'] = '3.0' end end end end