blob: c4f4d9526a02fd394a0c7088de06ad8a324210af [file] [log] [blame]
{
"name": "CocoaHTTPServer-Routing",
"version": "1.0.0",
"summary": "Adds routing to CocoaHTTPServer: you implement handler blocks that are bound to URL-Expressions that can contain wildcards like in rails.",
"homepage": "http://github.com/chbeer/CocoaHTTPServer-Routing",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Christian Beer": "christian.beer@chbeer.de"
},
"social_media_url": "http://twitter.com/christian_beer",
"platforms": {
"ios": "6.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/chbeer/CocoaHTTPServer-Routing.git",
"tag": "1.0.0"
},
"source_files": "Extensions/Routing/*.{h,m}",
"public_header_files": "Extensions/Routing/*.h",
"requires_arc": true,
"dependencies": {
"CocoaHTTPServer": [
]
}
}