[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 1 / 4 / NetworkReachability / 0.1.4 / NetworkReachability.podspec.json
blobf5282180911b4d5f6b8ea8406b1edf4cd110f6ba
2   "name": "NetworkReachability",
3   "version": "0.1.4",
4   "summary": "Swift network reachability",
5   "description": "NetworkReachability framework provides Swift wrappers for the network reachability API found in Apple's System Configuration framework.",
6   "homepage": "https://github.com/royratcliffe/NetworkReachability",
7   "license": {
8     "type": "MIT",
9     "file": "MIT-LICENSE.txt"
10   },
11   "authors": {
12     "Roy Ratcliffe": "roy@pioneeringsoftware.co.uk"
13   },
14   "source": {
15     "git": "https://github.com/royratcliffe/NetworkReachability.git",
16     "tag": "0.1.4"
17   },
18   "source_files": "Sources/**/*.{swift,h}",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "requires_arc": true,
23   "frameworks": "SystemConfiguration"