[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / a / 1 / 2 / IP / 0.0.1 / IP.podspec.json
blobbae16b4ae5f19442ded273b07dd1a58786b49dc3
2   "name": "IP",
3   "version": "0.0.1",
4   "summary": "IPv4/IPv6 address, such as host, interface, routing table, default gateway.",
5   "homepage": "https://github.com/yusuga/IP",
6   "screenshots": "https://github.com/yusuga/IP/blob/master/.github/routing-table.png?raw=true",
7   "license": "MIT",
8   "authors": "Yu Sugawara",
9   "social_media_url": "https://twitter.com/yusuga_",
10   "platforms": {
11     "ios": "9.0"
12   },
13   "source": {
14     "git": "https://github.com/yusuga/IP.git",
15     "tag": "0.0.1"
16   },
17   "source_files": "IP/*.{swift}",
18   "requires_arc": true,
19   "preserve_paths": [
20     "IP/libinfo/*",
21     "IP/libnetwork/*"
22   ],
23   "libraries": [
24     "info",
25     "network"
26   ],
27   "pod_target_xcconfig": {
28     "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/IP/IP/libinfo $(PODS_ROOT)/IP/IP/libnetwork"
29   },
30   "pushed_with_swift_version": "3.0"