blob: fd8eaed984bda52d471c211a7df8ee381048693f [file] [log] [blame]
{
"name": "LKAPI",
"version": "1.2.1",
"summary": "Wrapper around Alamofire",
"description": "Wrapper built around Alamofire to make working with APIs easier",
"homepage": "https://github.com/Lightningkite/LKAPI",
"license": "MIT",
"authors": {
"Erik Sargent": "erik@lightningkite.com"
},
"source": {
"git": "https://github.com/Lightningkite/LKAPI.git",
"tag": "1.2.1"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": "SystemConfiguration",
"dependencies": {
"Alamofire": [
]
}
}