[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / c / b / 5 / SGReachability / 1.0 / SGReachability.podspec.json
blob3657651b340aff702fa0c02ad42437950dc9695c
2   "name": "SGReachability",
3   "version": "1.0",
4   "summary": "Helper class for Reachability",
5   "description": "This is a simple helper class for Reachability",
6   "homepage": "https://github.com/sger/SGReachability",
7   "license": "MIT",
8   "authors": {
9     "Spiros Gerokostas": "spiros.gerokostas@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/sger/SGReachability.git",
13     "tag": "1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "frameworks": "SystemConfiguration",
21   "dependencies": {
22     "Reachability": [
24     ]
25   }