[Add] DocumentReaderFullAuthRFIDStage 7.5.10872
[CocoaPods.git] / Specs / 2 / 1 / 4 / NetworkReachability / 0.1.3 / NetworkReachability.podspec.json
blob140d62af96f01046bd9e5b175a25cf8551b31179
2   "name": "NetworkReachability",
3   "version": "0.1.3",
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.3"
17   },
18   "source_files": "NetworkReachability/**/*.{swift,h}",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "requires_arc": true,
23   "frameworks": "SystemConfiguration"