[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / f / 7 / b / TLDExtractSwift / 3.0.0 / TLDExtractSwift.podspec.json
blob524410c6c66fc9bb46e7ce51f6b53dd76d342a23
2   "name": "TLDExtractSwift",
3   "version": "3.0.0",
4   "summary": "A Pure Swift library for extracting TLD supporting macOS, iOS, tvOS, watchOS, and visionOS.",
5   "homepage": "https://github.com/gumob/TLDExtractSwift",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Kojiro Futamura": "gumob.dev@gmail.com"
12   },
13   "frameworks": "Foundation",
14   "requires_arc": true,
15   "source": {
16     "git": "https://github.com/gumob/TLDExtractSwift.git",
17     "tag": "3.0.0"
18   },
19   "source_files": "Sources/*.{swift}",
20   "resources": "Resources/*.dat",
21   "platforms": {
22     "osx": "10.13",
23     "ios": "12.0",
24     "tvos": "12.0",
25     "watchos": "4.0",
26     "visionos": "1.0"
27   },
28   "swift_versions": "5.0",
29   "dependencies": {
30     "Punycode": [
31       "~> 3.0"
32     ]
33   },
34   "swift_version": "5.0"