blob: bb50688b9a8adb1385accb38fec928793c7ef0ad [file] [log] [blame]
{
"name": "PublicSuffix",
"platforms": {
"osx": "10.10"
},
"version": "0.1",
"summary": "Get registered domain from an URL using Public Suffix List",
"homepage": "https://github.com/choco/PSLSwift",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"Enrico Ghirardi": "dev@choco.me"
},
"source": {
"git": "https://github.com/choco/PSLSwift.git",
"tag": "v0.1"
},
"source_files": "PublicSuffix/*.{h,swift}",
"resources": "PublicSuffix/etld.plist",
"exclude_files": [
"README.md",
"LICENSE",
"PublicSuffix.podspec"
],
"requires_arc": true,
"pushed_with_swift_version": "4.0.2"
}