[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / a / d / 7 / AppleReachability / 4.2 / AppleReachability.podspec.json
blob2ba21ef0c6ab8f41f6bd6b19cf6677b34fb1fa92
2   "name": "AppleReachability",
3   "version": "4.2",
4   "summary": "Objective-C wrapper for network reachability.",
5   "description": "The Reachability sample application demonstrates how to use the System Configuration framework to monitor the network state of an iOS device. In particular, it demonstrates how to know when IP can be routed and when traffic will be routed through a Wireless Wide Area Network (WWAN) interface such as EDGE or 3G.",
6   "homepage": "https://github.com/Coeur/Reachability",
7   "license": "Apple",
8   "authors": {
9     "Apple": ""
10   },
11   "source": {
12     "git": "https://github.com/Coeur/Reachability.git",
13     "tag": "4.2"
14   },
15   "platforms": {
16     "ios": "5.1.1"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "Reachability": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "public_header_files": "Pod/Classes/**/*.h",
26   "frameworks": "SystemConfiguration"