加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Podfile 702 Bytes
一键复制 编辑 原始数据 按行查看 历史
lonesafe 提交于 2020-09-30 00:53 . first commit
source 'https://gitee.com/lonesafe/Specs.git'
platform :ios, '10.0'
use_frameworks!
target 'MySwiftObject' do
pod 'ATRefresh_Swift',:git => 'https://github.com/tianya2416/ATRefresh_Swift.git'
pod 'ATKit_Swift', :git => 'https://github.com/tianya2416/ATKit_Swift.git'
pod 'Alamofire', '~>4.9.1'
pod 'Kingfisher'
pod 'HandyJSON', '~> 5.0.0'
pod 'SwiftyJSON'
pod 'SnapKit'
pod 'Hue'
pod 'MemoryCache'
pod 'MBProgressHUD',:git => 'https://github.com/tianya2416/MBProgress.git'
pod 'FDFullscreenPopGesture', '1.1'
pod 'KLRecycleScrollView'
pod 'VTMagic','~> 1.2.4'
pod 'FMDB'
pod 'YNPageViewController'
pod 'YYCache'
pod 'lottie-ios'
pod 'SwiftHTTP'
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化