blob: c8578b389a2609a8c458411bd4f3da5415723212 [file] [log] [blame]
{
"name": "RGApi",
"version": "0.1.0",
"summary": "Rest client for popular game League of Legends RGApi.",
"description": " Mapped almost all avaiable services exposed by the official League of Legends Api RGApi. Written in Swift.\n\n",
"homepage": "https://github.com/shial4/RGApi",
"license": "MIT",
"authors": {
"Shial": "shial184686@gmail.com"
},
"source": {
"git": "https://github.com/shial4/RGApi.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/shial_4",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"RGApi": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"MapKit"
],
"dependencies": {
"Alamofire": [
]
}
}