blob: 5237ce90b26076ccad17d1d6f61b56e963534707 [file] [log] [blame]
{
"name": "ReachabilitySwift",
"version": "2.0",
"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"
},
"source": {
"git": "https://github.com/ashleymills/Reachability.swift.git",
"tag": "v2.0"
},
"source_files": "Reachability.swift",
"frameworks": "SystemConfiguration",
"requires_arc": true
}