update podspec
DragonService is a Swift library to fetch data from Riot Games’s DataDragon CDN.
CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:
$ gem install cocoapods
CocoaPods 1.1+ is required to build DragonService.
To integrate DragonService into your Xcode project using CocoaPods, specify it in your Podfile:
Podfile
source 'https://github.com/CocoaPods/Specs.git' platform :ios, '12.0' use_frameworks! target '<Your Target Name>' do pod 'DragonService' end
Then, run the following command:
$ pod install
DragonService is released under the MIT license. See LICENSE for details.
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
DragonService
DragonService is a Swift library to fetch data from Riot Games’s DataDragon CDN.
Requirements
Installation
CocoaPods
CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:
To integrate DragonService into your Xcode project using CocoaPods, specify it in your
Podfile
:Then, run the following command:
License
DragonService is released under the MIT license. See LICENSE for details.