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.
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
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.