[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 9 / 0 / KSReachability / 1.0 / KSReachability.podspec.json
blob85ffe0203bd5e63ed06578aea28901e443ef4242
2   "name": "KSReachability",
3   "platforms": {
4     "ios": "4.0",
5     "osx": "10.6"
6   },
7   "version": "1.0",
8   "summary": "A better iOS & Mac reachability for a modern age.",
9   "homepage": "https://github.com/kstenerud/KSReachability",
10   "license": {
11     "type": "MIT",
12     "file": "README.md"
13   },
14   "authors": {
15     "Karl Stenerud": "kstenerud@gmail.com"
16   },
17   "source": {
18     "git": "https://github.com/kstenerud/KSReachability.git",
19     "tag": "1.0"
20   },
21   "source_files": [
22     "KSReachability.{h,m}",
23     "ARCSafe_MemMgmt.h"
24   ],
25   "frameworks": [
26     "Foundation",
27     "SystemConfiguration"
28   ],
29   "requires_arc": false