[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / a / 2 / d / IVYTraceroute / 1.0.0 / IVYTraceroute.podspec.json
bloba9b584f9b18400e6d07b46e2c0c323750cb6a90d
2   "name": "IVYTraceroute",
3   "version": "1.0.0",
4   "summary": "A simple UDP based traceroute implemention for iOS.",
5   "description": "                       implement traceroute based UDP inspired by [kris92](https://github.com/kris92) and Apple's implemention by DTS, but convert to\n                       modern objc syntax.\n",
6   "homepage": "https://github.com/ivoryxiong/IVYTraceroute",
7   "license": "MIT",
8   "authors": {
9     "ivoryxiong": "ivoryxiong@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/ivoryxiong/IVYTraceroute.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes",
20   "resource_bundles": {
21     "IVYTraceroute": [
22       "Pod/Assets/*.png"
23     ]
24   }