blob: 2648875d4b9b1a0a5516f88c6ccefc1fec0fee6a [file] [log] [blame]
{
"name": "M2DAPIGatekeeper",
"version": "0.2.9",
"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.9"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m}",
"public_header_files": [
"Pod/Classes/M2DAPIGatekeeper/*.h",
"Pod/Classes/M2DAPIRequest/*.h",
"Pod/Classes/M2DURLConnectionOperation/*.h",
"Pod/Classes/NSURLConnectionExtension/*.h"
],
"frameworks": [
"UIKit",
"QuartzCore"
]
}