[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 4 / b / d / CHVIpify / 0.1.0 / CHVIpify.podspec.json
blob1c2ef22e7083136abd765a69528370487d3668b0
2   "name": "CHVIpify",
3   "version": "0.1.0",
4   "summary": "An Objective-C library for using ipify.",
5   "description": "Fetch user's ip by using CHVIpify via ipify.org",
6   "homepage": "https://github.com/chuongv/CHVIpify",
7   "license": "MIT",
8   "authors": {
9     "Chuong Vu": "chuongv@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/chuongv/CHVIpify.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "CHVIpify": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "public_header_files": "Pod/Classes/**/*.h"