blob: 29a17e8de7bac9e4b2f814ffeab656e86e6b6538 [file] [log] [blame]
{
"name": "RealReachability",
"version": "1.1",
"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"
},
"source_files": [
"RealReachability",
"RealReachability/FSM",
"RealReachability/Connection",
"RealReachability/Ping"
],
"requires_arc": true
}