[Add] LiteRTSelectTfOps 0.0.1-nightly.20250101
[CocoaPods.git] / Specs / b / 3 / 4 / iPing / 1.1 / iPing.podspec.json
blob24a9751782e6ba9c45b0043886e513168b5282ae
2   "name": "iPing",
3   "summary": "iPing:ICMP Ping in swift",
4   "version": "1.1",
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"
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   }