[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / 4 / 7 / MCTReachability / 1.0.0 / MCTReachability.podspec.json
blob6d3186734ec273ac2c1c62475f9edfb6373d8680
2   "name": "MCTReachability",
3   "version": "1.0.0",
4   "summary": "MCTReachability is a replacement for Reachability",
5   "homepage": "https://github.com/ministrycentered/MCTReachability",
6   "license": "MIT",
7   "authors": {
8     "Skylar Schipper": "ss@schipp.co"
9   },
10   "source": {
11     "git": "https://github.com/ministrycentered/MCTReachability.git",
12     "tag": "1.0.0"
13   },
14   "platforms": {
15     "ios": "7.0",
16     "osx": "10.9"
17   },
18   "requires_arc": true,
19   "source_files": "Classes",
20   "ios": {
21     "exclude_files": "Classes/osx"
22   },
23   "osx": {
24     "exclude_files": "Classes/ios"
25   },
26   "frameworks": [
27     "Foundation",
28     "SystemConfiguration"
29   ]