DragonService

2.2.0

Swift package to fetch data from DataDragon
WxWatch/DragonService

What's New

2.2.0

2018-11-20T16:57:28Z

Added map.json support

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.

Description

  • Swift Tools 4.0.0
View More Packages from this Author

Dependencies

Last updated: Fri Apr 05 2024 06:55:06 GMT-0900 (Hawaii-Aleutian Daylight Time)