[Add] AlibabacloudEas20210701 6.4.0
[CocoaPods.git] / Specs / 6 / 3 / f / HDPingTools / 1.2.8 / HDPingTools.podspec.json
blobc63bac94a1a443aafc1cad82493a1f3b893ad9e0
2   "name": "HDPingTools",
3   "swift_versions": "5.0",
4   "version": "1.2.8",
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": "1.2.8"
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       "name": "zxkit",
32       "resource_bundles": {
33         "HDPingTools": [
34           "pod/assets/**/*.png"
35         ]
36       },
37       "dependencies": {
38         "HDPingTools/core": [
40         ],
41         "ZXKitCore/core": [
43         ],
44         "ZXKitLogger/zxkit": [
46         ]
47       },
48       "source_files": "pod/zxkit/*.swift"
49     }
50   ],
51   "swift_version": "5.0"