blob: 67d67bcb0db70963ca2f66eadd7557bd2365dcce [file] [log] [blame]
{
"name": "ConnectionAwareVC",
"version": "0.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": "true",
"source_files": "ConnectionAwareVC/*.swift",
"dependencies": {
"ReachabilitySwift": [
"~> 1.1"
]
}
}