24 lines
576 B
JSON
24 lines
576 B
JSON
{
|
|
"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
|
|
}
|