blob: 377c0b4589d2d6ff8b064aa89288cdef489eaf2a [file] [log] [blame]
{
"name": "ConnectionAwareVC",
"version": "0.2",
"license": "MIT",
"summary": "UIViewController subclass which shows notification if internet connection is lost",
"homepage": "https://github.com/peterprokop/ConnectionAwareVC",
"authors": {
"Peter Prokop": "prokop.petr@gmail.com"
},
"source": {
"git": "https://github.com/peterprokop/ConnectionAwareVC.git",
"tag": "0.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": "true",
"source_files": "ConnectionAwareVC/*.swift",
"dependencies": {
"ReachabilitySwift": [
"~> 1.1"
]
}
}