blob: f4bf421ea7c90a7c31dfafd47bc5727715cb4423 [file] [log] [blame]
{
"name": "CocoaHTTPServerExpress",
"version": "0.0.3",
"license": "BSD",
"summary": "Embeddable HTTP server that make testing easier.",
"homepage": "https://github.com/mgchris/CocoaHTTPServerExpress",
"authors": {
"Christopher Evans": "christopher@morphosisgames.com"
},
"source": {
"git": "https://github.com/mgchris/CocoaHTTPServerExpress.git",
"tag": "0.0.3"
},
"source_files": "CocoaHTTPServerExpress/HTTPExpress/**/*.{h,m}",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"dependencies": {
"CocoaHTTPServer": [
]
}
}