source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git' # Uncomment the next line to define a global platform for your project platform :ios, '10.0' target 'Koala' do # Comment the next line if you don't want to use dynamic frameworks use_frameworks! # Pods for Koala pod 'Alamofire' pod 'Kingfisher' pod 'SnapKit' pod 'SVProgressHUD' pod 'IQKeyboardManagerSwift' pod 'SwiftyJSON' pod 'ReactiveCocoa' pod 'MJRefresh' pod 'HandyJSON' pod 'MJExtension' pod 'SideMenu' pod 'GzipSwift' pod 'FMDB' pod 'lottie-ios' pod 'CryptoSwift' pod 'LLCycleScrollView' pod 'SwiftSVG' pod 'Starscream' pod 'LiveChat' pod 'PGDatePicker' pod 'TYCyclePagerView' pod "ViewAnimator" target 'KoalaTests' do inherit! :search_paths # Pods for testing end target 'KoalaUITests' do inherit! :search_paths # Pods for testing end end