[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 4 / 8 / e / pingx / 1.0.3 / pingx.podspec.json
blobecc7d118df028325f30851c99a16591120a3e87f
2   "name": "pingx",
3   "version": "1.0.3",
4   "summary": "pingx: iOS library for ping estimation using ICMP packets.",
5   "description": "This ultralight and easy-to-use library is designed to help developers accurately measure and analyze network ping latency in their applications using ICMP packets.",
6   "homepage": "https://github.com/shineRR/pingx",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ilya Baryka": "ilya.baryka@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/shineRR/pingx.git",
16     "tag": "1.0.3"
17   },
18   "source_files": "Sources/pingx/**/*",
19   "swift_versions": "5.1",
20   "platforms": {
21     "ios": "12.0",
22     "tvos": "12.0",
23     "osx": "10.15"
24   },
25   "ios": {
26     "frameworks": "UIKit"
27   },
28   "tvos": {
29     "frameworks": "UIKit"
30   },
31   "osx": {
32     "frameworks": "AppKit"
33   },
34   "swift_version": "5.1"