blob: 1c2ef22e7083136abd765a69528370487d3668b0 [file] [log] [blame]
{
"name": "CHVIpify",
"version": "0.1.0",
"summary": "An Objective-C library for using ipify.",
"description": "Fetch user's ip by using CHVIpify via ipify.org",
"homepage": "https://github.com/chuongv/CHVIpify",
"license": "MIT",
"authors": {
"Chuong Vu": "chuongv@gmail.com"
},
"source": {
"git": "https://github.com/chuongv/CHVIpify.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"CHVIpify": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h"
}