文件名称:AlamofireURLCache:Alamofire网络库基于URLCache的缓存扩展
文件大小:3.02MB
文件格式:ZIP
更新时间:2024-04-27 10:01:32
Swift
Alamofire网络库基于URLCache的缓存扩展 特征 缓存数据并刷新 忽略服务器配置 清除缓存 安装 椰子足 要使用Cocoapods将AlamofireURLCache集成到Xcode项目中,请在Podfile中指定它: Swift 5(Alamofire版本为5.x) pod 'AlamofireURLCache5' 请注意,当前的Cocoapods集成仅支持最新版本的Swit5.x(与Alamofire 5.x版本相对应),如果您使用Swift4.x或Alamofire4.x,请使用迦太基集成 迦太基 要使用Carthage将AlamofireURLCache集成到您的Xcode项目中,请在您的Cartfile中指定它: Swift 5(Alamofire版本为5.x) github "kenshincui/AlamofireURLCache" Swift