[Add] MappedIn 5.5.0
[CocoaPods.git] / Specs / d / f / 4 / ConnectionAwareVC / 0.2 / ConnectionAwareVC.podspec.json
blob377c0b4589d2d6ff8b064aa89288cdef489eaf2a
2   "name": "ConnectionAwareVC",
3   "version": "0.2",
4   "license": "MIT",
5   "summary": "UIViewController subclass which shows notification if internet connection is lost",
6   "homepage": "https://github.com/peterprokop/ConnectionAwareVC",
7   "authors": {
8     "Peter Prokop": "prokop.petr@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/peterprokop/ConnectionAwareVC.git",
12     "tag": "0.2"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": "true",
18   "source_files": "ConnectionAwareVC/*.swift",
19   "dependencies": {
20     "ReachabilitySwift": [
21       "~> 1.1"
22     ]
23   }