blob: 3cb815c536234552bde959e97327fbbc60fda5cd [file] [log] [blame]
{
"name": "RealReachability",
"version": "1.2.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": "7.0"
},
"source": {
"git": "https://github.com/dustturtle/RealReachability.git",
"tag": "1.2.2",
"submodules": true
},
"source_files": [
"RealReachability",
"RealReachability/FSM"
],
"requires_arc": true,
"public_header_files": "RealReachability/RealReachability.h",
"subspecs": [
{
"name": "Connection",
"source_files": "RealReachability/Connection",
"public_header_files": "RealReachability/Connection/LocalConnection.h"
},
{
"name": "Ping",
"source_files": "RealReachability/Ping",
"public_header_files": "RealReachability/Ping/PingHelper.h"
}
]
}