platform :ios, '11.0' 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.7' #pod 'ALMoviePlayerController', '0.3.0' #pod 'DZVideoPlayerViewController' #pod 'SwiftyJSON' #pod 'HanekeSwift' #, '1.2' pod 'HanekeSwift', :git => 'https://github.com/Haneke/HanekeSwift.git' #pod '', :git => 'https://github.com/jasonnoahchoi/HanekeSwift', :branch => 'swift3' pod 'Nimbus/Photos' pod 'Nimbus/PagingScrollView' # pod 'BMPlayer' #, '0.8.6'# # pod 'BMPlayer/CacheSupport', :git => 'https://github.com/BrikerMan/BMPlayer.git' pod 'NVActivityIndicatorView' pod 'SnapKit' pod 'WebBrowser' #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