You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
901 B
32 lines
901 B
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.7'
|
|
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 'BMPlayer', '0.8.6'
|
|
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
|
|
|