[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 3 / 6 / 2 / DSFRegex / 3.4.0 / DSFRegex.podspec.json
blob2f425913063c2aa4ccbb09267f03c16a9d4a4ae8
2   "name": "DSFRegex",
3   "version": "3.4.0",
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.4.0"
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   "resources": [
26     "Sources/DSFRegex/PrivacyInfo.xcprivacy"
27   ],
28   "swift_versions": [
29     "5.4",
30     "5.5",
31     "5.6",
32     "5.7",
33     "5.8",
34     "5.9",
35     "5.10"
36   ],
37   "swift_version": "5.10"