[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / 3 / f / HDPingTools / 2.0.0 / HDPingTools.podspec.json
blob1a6fd55f18d54ef04b39d84f418e2e4fd8e9dfbd
2   "name": "HDPingTools",
3   "swift_versions": "5.0",
4   "version": "2.0.0",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "summary": "iOS Ping tool, based on Apple's simplePing project",
10   "homepage": "https://github.com/DamonHu/HDPingTools",
11   "authors": {
12     "DamonHu": "dong765@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/DamonHu/HDPingTools.git",
16     "tag": "2.0.0"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "11.0"
21   },
22   "default_subspecs": "core",
23   "frameworks": "Foundation",
24   "documentation_url": "https://github.com/DamonHu/HDPingTools",
25   "subspecs": [
26     {
27       "name": "core",
28       "source_files": "pod/*.{h,m,swift}"
29     }
30   ],
31   "swift_version": "5.0"