[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / f / 3 / TLDExtract / 1.0.0 / TLDExtract.podspec.json
blob57d9a5a8947fd31764dd0cb0239b290082495b17
2   "name": "TLDExtract",
3   "version": "1.0.0",
4   "summary": "A Pure Swift library for extracting TLD supporting iOS, macOS, and tvOS.",
5   "homepage": "https://github.com/gumob/TLDExtractSwift",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "gumob": "hello@gumob.com"
12   },
13   "frameworks": "Foundation",
14   "requires_arc": true,
15   "source": {
16     "git": "https://github.com/gumob/TLDExtractSwift.git",
17     "tag": "1.0.0"
18   },
19   "source_files": "Source/*.{swift}",
20   "resources": "Resources/*.dat",
21   "platforms": {
22     "ios": "9.3",
23     "osx": "10.12",
24     "tvos": "12.0"
25   },
26   "swift_version": "4.2",
27   "dependencies": {
28     "Punycode": [
29       "~> 1.0"
30     ]
31   }