[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / 8 / 6 / Routing / 0.2.4 / Routing.podspec.json
blobe3eba7b65ea706956622c208f63f34319a314fe0
2   "name": "Routing",
3   "version": "0.2.4",
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.4"
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": "Source/Routing.swift"
43     }
44   ]