blob: 9cf713771ea44070842de360160b14c67adc1bec [file] [log] [blame]
{
"name": "ReachabilitySwift",
"version": "5.0.0",
"module_name": "Reachability",
"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.10",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/ashleymills/Reachability.swift.git",
"tag": "v5.0.0"
},
"source_files": "Sources/Reachability.swift",
"frameworks": "SystemConfiguration",
"ios": {
"frameworks": "CoreTelephony"
},
"requires_arc": true,
"swift_versions": "5.0",
"swift_version": "5.0"
}