blob: 341e2f745ef3b3918999b7969ec4db405d64c22a [file] [log] [blame]
{
"name": "Ipify",
"version": "2.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": "2.0.0"
},
"social_media_url": "https://twitter.com/_VincentPeng",
"platforms": {
"ios": "10.0"
},
"source_files": "Ipify/Ipify.swift",
"pushed_with_swift_version": "4.0"
}