[Add] PBPopupController 3.10.6
[CocoaPods.git] / Specs / 0 / c / 7 / AVReachability / 0.1.0 / AVReachability.podspec.json
blob906db5fee9475679466493ee697a1facdb3ceef5
2   "name": "AVReachability",
3   "version": "0.1.0",
4   "summary": "Check network connectivity in iOS 9",
5   "description": "This is a class written in Swift 2.0 for iOS 9 that lets you check for internet connectivity.",
6   "homepage": "https://github.com/AtharvaVaidya/AVReachability",
7   "license": "MIT",
8   "authors": {
9     "TechieCSG": "atharva.vaidya01@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/AtharvaVaidya/AVReachability.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "AVReachability": [
22       "Pod/Assets/*.png"
23     ]
24   }