[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 8 / 6 / Routing / 1.4.0 / Routing.podspec.json
blob2525a14f8431b3ce86835da43775fb2b0f603ce5
2   "name": "Routing",
3   "version": "1.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/jjgp/Routing",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jason Prasad": "jasongprasad@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/jjgp/Routing.git",
16     "tag": "1.4.0"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "osx": "10.11",
21     "tvos": "12.2",
22     "watchos": "5.2"
23   },
24   "frameworks": "Foundation",
25   "ios": {
26     "frameworks": [
27       "UIKit",
28       "QuartzCore"
29     ],
30     "source_files": "Source/iOS.swift"
31   },
32   "source_files": "Source/Ro*.swift"