blob: 530338967735bd6373bd61d1d33764e17af2763f [file] [log] [blame]
{
"name": "SwiftPublicIP",
"version": "0.0.1",
"summary": "Swift library for checking your public IP address.",
"homepage": "https://github.com/HackingGate/Swift-Public-IP",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"HackingGate": "i@hackinggate.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/HackingGate/Swift-Public-IP.git",
"tag": "0.0.1"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation"
}