[Add] AnyThinkiOS 6.4.40
[CocoaPods.git] / Specs / 6 / 7 / 8 / RoutingHTTPServer / 0.0.1 / RoutingHTTPServer.podspec.json
blob45f53a51d4f75d9b47072a2c9779b9648683d39b
2   "name": "RoutingHTTPServer",
3   "version": "0.0.1",
4   "summary": "A routing API for CocoaHTTPServer.",
5   "homepage": "https://github.com/mattstevens/RoutingHTTPServer",
6   "license": "MIT",
7   "authors": "Matt Stevens",
8   "source": {
9     "git": "https://github.com/mattstevens/RoutingHTTPServer.git",
10     "commit": "535714b4eb9e164e1e0f7147c68f1726592f173f"
11   },
12   "source_files": "source/*.{h,m}",
13   "requires_arc": true,
14   "dependencies": {
15     "CocoaHTTPServer": [
16       "~> 2.2.1"
17     ]
18   }