blob: cc14b6493a45de8fb7174391117d8c5c3d44452c [file] [log] [blame]
{
"name": "RealReachability",
"version": "1.0.0",
"summary": "We need to observe the REAL reachability of network for iOS. That's what RealReachability do.",
"homepage": "https://github.com/dustturtle/RealReachability",
"license": "MIT",
"authors": {
"GuanZhenwei": "openglnewbee@163.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/dustturtle/RealReachability.git",
"tag": "1.0.0"
},
"source_files": [
"RealReachability",
"RealReachability/FSM",
"RealReachability/Connection",
"RealReachability/Ping"
],
"requires_arc": true
}