[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 3 / 6 / 2 / DSFRegex / 3.3.1 / DSFRegex.podspec.json
blob281f14fe80b9bd261e3df466dfd07dd652205c98
2   "name": "DSFRegex",
3   "version": "3.3.1",
4   "summary": "A Swift based Regex class",
5   "description": "A Swift regex class abstracting away the complexities of NSRegularExpression, NSRange and Swift Strings",
6   "homepage": "https://github.com/dagronf",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Darren Ford": "dford_au-reg@yahoo.com"
13   },
14   "source": {
15     "git": "https://github.com/dagronf/DSFRegex.git",
16     "tag": "3.3.1"
17   },
18   "platforms": {
19     "ios": "12.0",
20     "tvos": "12.0",
21     "osx": "10.13",
22     "watchos": "4.0"
23   },
24   "source_files": "Sources/DSFRegex/**/*.swift",
25   "swift_versions": [
26     "5.3",
27     "5.4",
28     "5.5",
29     "5.6",
30     "5.7"
31   ],
32   "swift_version": "5.7"