blob: e43fde6a6996618d099e3ffcf1ae398256f68762 [file] [log] [blame]
{
"name": "LKAPI",
"version": "1.2.3",
"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.3"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": "SystemConfiguration",
"dependencies": {
"Alamofire": [
]
},
"pushed_with_swift_version": "3.0"
}