blob: f5f3b2062d201caabf23c5622261fbfac6deba71 [file] [log] [blame]
{
"name": "LoL",
"version": "0.0.2",
"summary": "A Swift wrapper for Riot's League of Legends API",
"description": " This is to be a dependency free wrapper to be used with your favorite networking method. Simply create an instance of the Class, call the appropriate get method, then use the URL property to make a request using whatever you like to use.\n",
"homepage": "https://github.com/Akcbryant/LoL",
"license": "MIT",
"authors": {
"akcbryant": "akcbryant@gmail.com"
},
"social_media_url": "http://twitter.com/KirbyBryant",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Akcbryant/LoL.git",
"tag": "0.0.2"
},
"source_files": "Source/*.swift"
}