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