[Add] AmazonIVSPlayer 1.36.0-rc.2
[CocoaPods.git] / Specs / 1 / d / c / PathToRegex / 0.3.0 / PathToRegex.podspec.json
bloba487923cba71781e733eea5c2894b1f5089c0001
2   "name": "PathToRegex",
3   "version": "0.3.0",
4   "summary": "A Swift library translating paths with wildcards into regular expressions",
5   "homepage": "https://github.com/crossroadlabs/PathToRegex",
6   "license": {
7     "type": "LGPL v3",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Crossroad Labs": "daniel@crossroadlabs.xyz"
12   },
13   "source": {
14     "git": "https://github.com/crossroadlabs/PathToRegex.git",
15     "tag": "0.3.0"
16   },
17   "source_files": "PathToRegex/**/*.swift",
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "dependencies": {
25     "CrossroadRegex": [
26       "~> 0.7.0"
27     ]
28   }