blob: 3435cd9b15ca68d2686ab3c6fc64e37f4f792c9f [file] [log] [blame]
{
"name": "lolAPIWrapper",
"version": "1.0.0",
"summary": "A swift wrapper around League of Legends (LOL) API.",
"description": "lolAPIWrapper is a light-weight wrapper around League of Legends (LOL) API.\nDeveloped in swift to make it easy for iOS developers develop application using LOL API.",
"homepage": "https://github.com/moov2/lolAPIWrapper",
"license": "MIT",
"authors": {
"Moov2": "mobin@moov2.com"
},
"source": {
"git": "https://github.com/moov2/lolAPIWrapper.git",
"tag": "v1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": "UIKit"
}