blob: 827214d902a97952892dbc788f3a6d4aa84c0027 [file] [log] [blame]
{
"name": "CocoaHTTPServerExpress",
"version": "0.0.1",
"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.1"
},
"source_files": "CocoaHTTPServerExpress/HTTPExpress/**/*.{h,m}",
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"dependencies": {
"CocoaHTTPServer": [
]
}
}