[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 7 / 8 / 6 / Routing / 0.3.0 / Routing.podspec.json
blob0ed465436478e5c5ba1edc77e02acc9e03e18ff5
2   "name": "Routing",
3   "version": "0.3.0",
4   "summary": "A Swift router implementation",
5   "description": "Routing allows for routing URLs matched by string patterns to associated closures.",
6   "homepage": "https://github.com/jwalapr/Routing",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jason Prasad": "jwalapr@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/jwalapr/Routing.git",
16     "tag": "0.3.0"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0"
21   },
22   "default_subspecs": "iOS",
23   "subspecs": [
24     {
25       "name": "iOS",
26       "frameworks": [
27         "UIKit",
28         "QuartzCore"
29       ],
30       "source_files": [
31         "Source/Routing.swift",
32         "Source/RoutingiOS.swift",
33         "Source/Route.swift"
34       ]
35     },
36     {
37       "name": "Others",
38       "platforms": {
39         "osx": "10.11",
40         "tvos": "9.0",
41         "watchos": "2.1"
42       },
43       "source_files": [
44         "Source/Routing.swift",
45         "Source/Route.swift"
46       ]
47     }
48   ]