[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 0 / 9 / f / CocoaHTTPServer-Routing / 1.0.0 / CocoaHTTPServer-Routing.podspec.json
blobc4f4d9526a02fd394a0c7088de06ad8a324210af
2   "name": "CocoaHTTPServer-Routing",
3   "version": "1.0.0",
4   "summary": "Adds routing to CocoaHTTPServer: you implement handler blocks that are bound to URL-Expressions that can contain wildcards like in rails.",
5   "homepage": "http://github.com/chbeer/CocoaHTTPServer-Routing",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Christian Beer": "christian.beer@chbeer.de"
12   },
13   "social_media_url": "http://twitter.com/christian_beer",
14   "platforms": {
15     "ios": "6.0",
16     "osx": "10.7"
17   },
18   "source": {
19     "git": "https://github.com/chbeer/CocoaHTTPServer-Routing.git",
20     "tag": "1.0.0"
21   },
22   "source_files": "Extensions/Routing/*.{h,m}",
23   "public_header_files": "Extensions/Routing/*.h",
24   "requires_arc": true,
25   "dependencies": {
26     "CocoaHTTPServer": [
28     ]
29   }