美文网首页
swift-三方库

swift-三方库

作者: 精神病患者link常 | 来源:发表于2020-11-14 15:51 被阅读0次
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

相关文章

网友评论

      本文标题:swift-三方库

      本文链接:https://www.haomeiwen.com/subject/ksaubktx.html