[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 0 / 2 / DirectoryWatchdog / 1.1.0 / DirectoryWatchdog.podspec.json
blob0b8138ba8e6b69f7f0f05b4378cb1776bd7fd7b5
2   "name": "DirectoryWatchdog",
3   "version": "1.1.0",
4   "license": "Apache License, Version 2.0",
5   "summary": "A simple utility class to monitor real time changes in a directory, such as the documents dir for an app with File Sharing enabled.",
6   "homepage": "https://github.com/graetzer/DirectoryWatchdog",
7   "authors": {
8     "Simon Grätzer": "simon@graetzer.org"
9   },
10   "source": {
11     "git": "https://github.com/graetzer/DirectoryWatchdog.git",
12     "tag": "1.1.0"
13   },
14   "description": "DirectoryWatchdog is a simple utility tool to monitor real time changes in local folders. Most common use is the monitoring of an applications documents directory in combination with iTunes file sharing support. This code uses the BSD kqueue API and should work on OSX as well as iOS.",
15   "source_files": "SGDirWatchdog.{h,m}",
16   "requires_arc": true