| { |
| "name": "Ipify", |
| "version": "1.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": "1.1.0" |
| }, |
| "social_media_url": "https://twitter.com/_VincentPeng", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "Ipify/Ipify.swift", |
| "pushed_with_swift_version": "3.0" |
| } |