https://github.com/Bonway/BBGestureBack 全屏滑动返回
platform :ios, '10.0'
# 忽略引入库的所有警告
inhibit_all_warnings!
target 'abc' do
use_frameworks!
pod 'Moya'
pod 'SwiftyJSON'
pod 'NVActivityIndicatorView'
pod 'SnapKit'
pod 'SCLAlertView'
pod 'Kingfisher'
pod 'FlowingMenu'
pod 'Toast-Swift'
pod 'Hue'
pod 'SideMenu'
pod 'ReachabilitySwift'
pod "ESPullToRefresh"
pod 'IQKeyboardManagerSwift'
pod 'DZNEmptyDataSet'
pod 'InputKitSwift'
pod 'Charts'
pod 'UICircularProgressRing'
end
网友评论