blob: f2152b12e371678c1bb3371a222ad91fc87b1484 [file] [log] [blame]
{
"name": "Ipify",
"version": "1.0.0",
"summary": "Swift library for checking your IP address from ipify.org",
"description": "Retrieve user's public IP address via ipify's API service.",
"homepage": "https://github.com/vincent-peng/swift-ipify",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vincent Peng": "vincent@vincentpeng.me"
},
"source": {
"git": "https://github.com/vincent-peng/swift-ipify.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/_VincentPeng",
"platforms": {
"ios": "8.0"
},
"source_files": "Ipify/Ipify.swift",
"pushed_with_swift_version": "3.0"
}