[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / c / f / WillowTreeReachability / 2.0.4 / WillowTreeReachability.podspec.json
blob2e281ba744c10d6c038688408f2067d1d5db8a0b
2   "name": "WillowTreeReachability",
3   "version": "2.0.4",
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     "ios": "8.0",
14     "tvos": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/willowtreeapps/WillowTreeReachability.git",
18     "tag": "2.0.4"
19   },
20   "source_files": [
21     "Reachability",
22     "Sources/**/*.{swift}"
23   ],
24   "ios": {
25     "frameworks": [
26       "MobileCoreServices",
27       "SystemConfiguration"
28     ]
29   },
30   "pushed_with_swift_version": "3.0"