blob: 2ba21ef0c6ab8f41f6bd6b19cf6677b34fb1fa92 [file] [log] [blame]
{
"name": "AppleReachability",
"version": "4.2",
"summary": "Objective-C wrapper for network reachability.",
"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.",
"homepage": "https://github.com/Coeur/Reachability",
"license": "Apple",
"authors": {
"Apple": ""
},
"source": {
"git": "https://github.com/Coeur/Reachability.git",
"tag": "4.2"
},
"platforms": {
"ios": "5.1.1"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Reachability": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "SystemConfiguration"
}