blob: cacd2e68947365bac53c237366d25024eedb5ee9 [file] [log] [blame]
{
"name": "HNKServerFacade",
"version": "0.3.0",
"summary": "Simple server interface for iOS",
"homepage": "https://github.com/hkellaway/HNKServerFacade",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Harlan Kellaway": "hello@harlankellaway.com"
},
"source": {
"git": "https://github.com/hkellaway/HNKServerFacade.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"dependencies": {
"AFNetworking": [
"~> 2.5"
]
}
}