[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / 8 / 6 / Routing / 0.1.1 / Routing.podspec.json
blob9683a40154a122d9b47b03c135e279d988884fd8
2   "name": "Routing",
3   "version": "0.1.1",
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.1.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "source_files": "Source/*.swift"