DragonService 2.2.0

DragonService 2.2.0

James Glenn 维护。



  • WxWatch

DragonService

Build Status Cocoapods Cocoapods Cocoapods

DragonService 是一个 Swift 库,用于从 Riot Games 的 DataDragon CDN 获取数据。

要求

  • Swift 4.0+

安装

CocoaPods

CocoaPods 是 Cocoa 项目的依赖管理器。您可以使用以下命令安装它

$ gem install cocoapods

要构建 DragonService,需要 CocoaPods 1.1+

要使用 CocoaPods 将 DragonService 集成到您的 Xcode 项目中,请在您的 Podfile 中指定它

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '12.0'
use_frameworks!

target '<Your Target Name>' do
    pod 'DragonService'
end

然后,运行以下命令

$ pod install

许可协议

DragonService 以 MIT 许可证发布。详情请查看 LICENSE 文件