[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / c / 9 / NOCReachability / 1.0.0 / NOCReachability.podspec.json
blob2002ab11307768caf05e7a9558d957c9f4148e3e
2   "name": "NOCReachability",
3   "version": "1.0.0",
4   "summary": "NOCReachability is a library that provides features for checking network status.",
5   "homepage": "https://github.com/a-snail/NOCReachability",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Jaeo Bok": "snail.bok@gmail.com"
12   },
13   "social_media_url": "https://twitter.com/snail_bok",
14   "platforms": {
15     "ios": "9.0"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/a-snail/NOCReachability.git",
20     "tag": "1.0.0"
21   },
22   "source_files": "NOCReachability/*.{h,m}",
23   "dependencies": {
24     "NOCLog": [
25       "~> 1.0"
26     ]
27   }