[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / c / f / WillowTreeReachability / 1.0.0 / WillowTreeReachability.podspec.json
blob4cc7c6db8ea03bf4a8e71a85b82343c2857b977b
2   "name": "WillowTreeReachability",
3   "version": "1.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": "1.0.0"
18   },
19   "source_files": [
20     "Reachability",
21     "Reachability/**/*.{swift}"
22   ],
23   "ios": {
24     "frameworks": [
25       "MobileCoreServices",
26       "SystemConfiguration"
27     ]
28   }