[Add] nashidVerifySDK 1.0.16
[CocoaPods.git] / Specs / 7 / 8 / 6 / Routing / 0.2.3 / Routing.podspec.json
blob093089f99866774de82cd9eb28d5093a05fb781f
2   "name": "Routing",
3   "version": "0.2.3",
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.2.3"
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       ]
34     },
35     {
36       "name": "Others",
37       "platforms": {
38         "osx": "10.11",
39         "tvos": "9.0",
40         "watchos": "2.1"
41       },
42       "source_files": [
43         "Source/Routing.swift",
44         "Source/RoutingOthers.swift"
45       ]
46     }
47   ]