blob: 64a36a9c5b4193969cdd9a0e187a88c83fe34340 [file] [log] [blame]
{
"name": "RealReachability",
"version": "1.1.2",
"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.1.2"
},
"source_files": [
"RealReachability",
"RealReachability/FSM",
"RealReachability/Connection",
"RealReachability/Ping"
],
"requires_arc": true
}