blob: bc40666df01b69c15cc9464e389a6870f5f24fa2 [file] [log] [blame]
{
"name": "ReachabilitySwift",
"version": "2.4",
"homepage": "https://github.com/ashleymills/Reachability.swift",
"authors": {
"Ashley Mills": "ashleymills@mac.com"
},
"summary": "Replacement for Apple's Reachability re-written in Swift with callbacks.",
"license": {
"type": "MIT"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/ashleymills/Reachability.swift.git",
"branch": "swift-2.3",
"tag": "v2.4"
},
"source_files": "Reachability/Reachability.swift",
"frameworks": "SystemConfiguration",
"requires_arc": true
}