blob: 6816521495f56462a3ccc49b6c8b313c05a4967e [file] [log] [blame]
{
"name": "LeagueAPI",
"version": "2.0.0",
"summary": "League of Legends API Framework in Swift",
"description": "LeagueAPI provides League of Legends data, images related to players, champions, games...\nReferences in Riot Public Library: https://discussion.developer.riotgames.com/articles/61/public-libraries-for-the-riot-games-api.html",
"homepage": "https://github.com/Kelmatou/LeagueAPI",
"screenshots": [
"https://raw.githubusercontent.com/kelmatou/LeagueAPI/master/screenshots/homepage.png",
"https://raw.githubusercontent.com/kelmatou/LeagueAPI/master/screenshots/live_game.gif",
"https://raw.githubusercontent.com/kelmatou/LeagueAPI/master/screenshots/history.gif",
"https://raw.githubusercontent.com/kelmatou/LeagueAPI/master/screenshots/champion_info.png"
],
"documentation_url": "https://github.com/Kelmatou/LeagueAPI/wiki",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Antoine CLOP": "antoine.clop@epita.fr"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/Kelmatou/LeagueAPI.git",
"tag": "2.0.0"
},
"source_files": "LeagueAPI/**/*.swift",
"swift_version": "5.0"
}