blob: 95be28921ee7870f9efe790973b4e01a143f7f84 [file] [log] [blame]
{
"name": "ReachabilitySwift",
"version": "3",
"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",
"tag": "v3"
},
"source_files": "Reachability/Reachability.swift",
"frameworks": "SystemConfiguration",
"requires_arc": true
}