[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / b / 3 / 4 / iPing / 1.1.2 / iPing.podspec.json
blobc513c77131186e694fe5a72bf099dbbe30a76488
2   "name": "iPing",
3   "summary": "iPing:ICMP Ping in swift",
4   "version": "1.1.2",
5   "homepage": "https://github.com/jihongboo/iPing.git",
6   "license": "MIT",
7   "authors": {
8     "Zac Ji": "jihongboo@qq.com"
9   },
10   "source": {
11     "git": "https://github.com/jihongboo/iPing.git",
12     "tag": "1.1.2"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "swift_version": "5.0",
18   "requires_arc": true,
19   "source_files": "iPing/**/*.{swift,h,m}",
20   "ios": {
21     "frameworks": "Foundation"
22   }