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