[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / 2 / 4 / DAFileMonitor / 0.1.1 / DAFileMonitor.podspec.json
blob8afa6b5944d00a2f570c28a94492e04502a2177e
2   "name": "DAFileMonitor",
3   "version": "0.1.1",
4   "summary": "A library that allows you to monitor a file for changes.",
5   "description": "This is a wrapper library around dispatch sources that monitors the file system for changes on a file. When the monitored file changes, a closure gets called.",
6   "homepage": "https://github.com/dagostini/DAFileMonitor",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dejan Agostini": "dejan.agostini@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/dagostini/DAFileMonitor.git",
16     "tag": "0.1.1"
17   },
18   "social_media_url": "https://twitter.com/dagostin",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "DAFileMonitor/Classes/**/*",
23   "pushed_with_swift_version": "3.0"