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