Skip to content

WxWatch/DragonService

Repository files navigation

DragonService

Build Status Cocoapods Cocoapods Cocoapods

DragonService is a Swift library to fetch data from Riot Games's DataDragon CDN.

Requirements

  • Swift 4.0+

Installation

CocoaPods

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:

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

License

DragonService is released under the MIT license. See LICENSE for details.