项目需要的第三方插件

99封情书 提交于 2020-12-06 10:29:40

第三方插件

# Uncomment the next line to define a global platform for your project
platform :ios, '10.0'

target 'DYWX' do
  # Comment the next line if you don't want to use dynamic frameworks
  use_frameworks!
  # Pods for DYWX
  pod 'Alamofire' 	# 4.x
  pod 'SnapKit'
  pod 'Kingfisher'
  pod 'Moya'
  pod 'Moya-SwiftyJSONMapper'
  pod 'IQKeyboardManagerSwift'
  pod 'ESPullToRefresh'
  pod 'ObjectMapper', '~> 3.3'
  # 轮播图
  pod 'SBCycleScrollView','~> 0.0.8'
  pod 'RxSwift'
  pod 'RxCocoa'
end
@_exported import Alamofire
@_exported import SwiftyJSON
@_exported import KakaJSON

插件文档

Alamofire

SnapKit

Kingfisher

Moya Moya-SwiftyJSONMapper

IQKeyboardManagerSwift

ESPullToRefresh

ObjectMapper

SBCycleScrollView

RxSwift

RxCocoa

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!