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.
18 lines
407 B
18 lines
407 B
platform :ios, '11.0'
|
|
|
|
source 'https://github.com/CocoaPods/Specs.git'
|
|
use_frameworks!
|
|
|
|
target 'kplayer' do
|
|
pod 'Alamofire' #, '4.7'
|
|
pod 'HanekeSwift', :git => 'https://github.com/Haneke/HanekeSwift.git'
|
|
pod 'Nimbus/Photos'
|
|
pod 'Nimbus/PagingScrollView'
|
|
# pod 'BMPlayer' #, '0.8.6'#
|
|
pod 'NVActivityIndicatorView'
|
|
pod 'SnapKit'
|
|
pod 'WebBrowser'
|
|
pod 'FileBrowser'
|
|
pod 'ZIPFoundation'
|
|
end
|
|
|