[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 9 / 6 / networkfing / 0.2.5 / networkfing.podspec.json
blobfe7dea95c62425f371914aa8910486cc8edf5b55
2   "name": "networkfing",
3   "version": "0.2.5",
4   "summary": "A lightweight utility library for iOS development.",
5   "description": "Networkfing is a lightweight utility library designed for iOS development. It offers features like network availability checks, random number generation, and string manipulation.",
6   "homepage": "https://github.com/li496939597/Networkfing",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Li Zhang": "15182054435@163.com"
13   },
14   "source": {
15     "git": "https://github.com/li496939597/networkfing.git",
16     "tag": "v0.2.5"
17   },
18   "swift_versions": [
19     "5.0",
20     "5.5"
21   ],
22   "platforms": {
23     "ios": "12.0"
24   },
25   "source_files": "Networkfing/**/*.{h,m,swift}",
26   "public_header_files": "Networkfing/**/*.h",
27   "frameworks": [
28     "Foundation",
29     "Network",
30     "UIKit"
31   ],
32   "swift_version": "5.5"