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