blob: 2e44707ed9190f3155a3488be14586bc8dd5d592 [file] [log] [blame]
{
"name": "M2DAPIGatekeeper",
"version": "0.2.8",
"summary": "Simple API networking framework.",
"description": "\t\t\t\t\t\t\tSimple API networking framework.\n\t\t\t\t\t\t\tEasy to send request for Web API.\n",
"homepage": "https://github.com/0x0c/M2DAPIGatekeeper",
"license": "MIT",
"authors": {
"Akira Matsuda": "akira.m.itachi@gmail.com"
},
"source": {
"git": "https://github.com/0x0c/M2DAPIGatekeeper.git",
"tag": "0.2.8"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m}",
"public_header_files": [
"Pod/Classes/M2DAPIGatekeeper/*.h",
"Pod/Classes/M2DAPIRequest/*.h"
],
"frameworks": [
"UIKit",
"QuartzCore"
]
}