blob: 11b604d666b16ab9184602bed50dedcd33ab55d4 [file] [log] [blame]
{
"name": "Ipify",
"version": "2.1.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.1.0"
},
"social_media_url": "https://twitter.com/_VincentPeng",
"swift_version": "4.0",
"platforms": {
"ios": "10.0",
"osx": "10.10"
},
"source_files": "Ipify/Ipify.swift"
}