[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / 1 / 6 / a / NPReachability / 0.2.0 / NPReachability.podspec.json
blobea5de7e570d8acaaefdcd4a1e1ff0f92459f956a
2   "name": "NPReachability",
3   "version": "0.2.0",
4   "summary": "Reachability without the suck.",
5   "description": "Apple's Reachability example broadcasts changes in network connectivity through\nnotifications.  NPReachability also does this but also provides the options of\nusing KVO to monitor changes, or even to provide a block to be executed when\nchanges happen.\n\nMonitoring is simpler; you're either connected or not. Testing for the\nreachability of a particular URL is best done by actually trying to connect and\ndealing with the errors.\n\nApple's Reachability sample has been rewritten to use NPReachability, see the\nreadme for details.\n",
6   "homepage": "https://github.com/Abizern/NPReachability",
7   "license": "MIT",
8   "authors": {
9     "Abizer Nasir": "abizern@abizern.org"
10   },
11   "source": {
12     "git": "https://github.com/Abizern/NPReachability.git",
13     "tag": "0.2.0"
14   },
15   "frameworks": "SystemConfiguration",
16   "source_files": "*.{h,m}",
17   "requires_arc": true,
18   "deprecated": true,
19   "platforms": {
20     "osx": null,
21     "ios": null,
22     "tvos": null,
23     "watchos": null
24   }