blob: 8120525e35754f2dacf70929180512247b885ad1 [file] [log] [blame]
{
"name": "LKAPI",
"version": "1.0.2",
"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.0.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": "SystemConfiguration",
"dependencies": {
"Alamofire": [
]
}
}