[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / 8 / 6 / Routing / 0.4.0 / Routing.podspec.json
bloba12ce6a333bcefed396ff47c03f75d7fb8368fe2
2   "name": "Routing",
3   "version": "0.4.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.4.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": "Source/*.swift"
31     },
32     {
33       "name": "Others",
34       "platforms": {
35         "osx": "10.11",
36         "tvos": "9.0",
37         "watchos": "2.1"
38       },
39       "source_files": "Source/R*.swift"
40     }
41   ]