[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / f / a / b / MJReachability / 1.0.0 / MJReachability.podspec.json
blob17f9ae2447ec601158df3ab953514e7b088a7437
2   "name": "MJReachability",
3   "version": "1.0.0",
4   "summary": "Mobile Jazz drop-in reachability solution",
5   "description": "Simple library written by us at Mobile Jazz to monitor reachability.",
6   "homepage": "https://github.com/mobilejazz/MJReachability",
7   "license": "MIT",
8   "authors": {
9     "Paolo Tagliani": "paolo@mobilejazz.com"
10   },
11   "source": {
12     "git": "https://github.com/mobilejazz/MJReachability.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source_files": "MJReachability/Classes/**/*",
19   "dependencies": {
20     "Reachability": [
21       "~> 3.2"
22     ]
23   }