[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / c / f / WillowTreeReachability / 2.0.2 / WillowTreeReachability.podspec.json
blob52d817122e48bea3c4d552ead086427839914c97
2   "name": "WillowTreeReachability",
3   "version": "2.0.2",
4   "summary": "Simple Swift class for monitoring network reachability.",
5   "description": "Simple Swift class for monitoring network reachability. This class uses a subscription model to notify listeners of network status changes. Multiple listeners may be added to a single Reachability instance.",
6   "homepage": "https://github.com/willowtreeapps/WillowTreeReachability",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "WillowTree, Inc.",
12   "platforms": {
13     "tvos": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/willowtreeapps/WillowTreeReachability.git",
17     "tag": "2.0.2"
18   },
19   "source_files": [
20     "Reachability",
21     "Sources/**/*.{swift}"
22   ],
23   "ios": {
24     "frameworks": [
25       "MobileCoreServices",
26       "SystemConfiguration"
27     ]
28   },
29   "pushed_with_swift_version": "3.0"