[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 6 / 2 / NWReachability / 1.0.0 / NWReachability.podspec.json
blob61782eb0f018d5c8ebd66d6aa3eb72afb2b8b0f9
2   "name": "NWReachability",
3   "version": "1.0.0",
4   "summary": "Monitoring Network",
5   "description": "Monitoring iOS device's network connectivity using Apple's Network framework.",
6   "homepage": "https://github.com/aresxin/NWReachability",
7   "license": "MIT",
8   "authors": {
9     "owen": "653992778@qq.com"
10   },
11   "social_media_url": "https://github.com/aresxin",
12   "swift_versions": [
13     "5.0"
14   ],
15   "platforms": {
16     "ios": "13.0"
17   },
18   "source": {
19     "git": "https://github.com/aresxin/NWReachability.git",
20     "tag": "v1.0.0"
21   },
22   "source_files": "Connectivity/*.swift",
23   "frameworks": [
24     "Network",
25     "Combine"
26   ],
27   "swift_version": "5.0"