[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / f / 4 / ConnectionAwareVC / 0.1 / ConnectionAwareVC.podspec.json
blob67d67bcb0db70963ca2f66eadd7557bd2365dcce
2   "name": "ConnectionAwareVC",
3   "version": "0.1",
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.1"
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   }