blob: 57d9a5a8947fd31764dd0cb0239b290082495b17 [file] [log] [blame]
{
"name": "TLDExtract",
"version": "1.0.0",
"summary": "A Pure Swift library for extracting TLD supporting iOS, macOS, and tvOS.",
"homepage": "https://github.com/gumob/TLDExtractSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gumob": "hello@gumob.com"
},
"frameworks": "Foundation",
"requires_arc": true,
"source": {
"git": "https://github.com/gumob/TLDExtractSwift.git",
"tag": "1.0.0"
},
"source_files": "Source/*.{swift}",
"resources": "Resources/*.dat",
"platforms": {
"ios": "9.3",
"osx": "10.12",
"tvos": "12.0"
},
"swift_version": "4.2",
"dependencies": {
"Punycode": [
"~> 1.0"
]
}
}