[Add] nashidVerifySDK 1.0.16
[CocoaPods.git] / Specs / 7 / 8 / 6 / Routing / 0.2.0 / Routing.podspec.json
blob9097b18d74a782aa8a569f47cd9542ee07929084
2   "name": "Routing",
3   "version": "0.2.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.2.0"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "9.0"
21   },
22   "frameworks": [
23     "UIKit",
24     "QuartzCore"
25   ],
26   "source_files": [
27     "Source/Routing.swift",
28     "Source/RoutingiOS.swift"
29   ]