blob: 0ee3139a7e0cac7eb0a48eee5bd5931e0a59f9a6 [file] [log] [blame]
{
"name": "ReachabilitySwift",
"version": "1.1",
"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": "v1.1"
},
"source_files": "Reachability.swift",
"frameworks": "SystemConfiguration",
"requires_arc": true
}