blob: 5127faf1c5deccb7a34d2bf34c4aa4deff316850 [file] [log] [blame]
{
"name": "DragonService",
"version": "2.1.0",
"summary": "A library to fetch data from Data Dragon.",
"description": "A Swift library designed to fetch League of Legends static data from Riot Games DataDragon CDN.",
"homepage": "https://github.com/WxWatch/DragonService",
"license": "MIT",
"authors": "WxWatch",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/WxWatch/DragonService.git",
"tag": "2.1.0"
},
"source_files": "Sources/**/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.7"
]
},
"swift_version": "4.2"
}