[Add] AMRAdapterBigo-Beta 4.6.0.1
[CocoaPods.git] / Specs / e / 2 / 4 / DAFileMonitor / 0.1.0 / DAFileMonitor.podspec.json
blob003c63c799f99f379ff1cd4a918dc31b3de66f8f
2   "name": "DAFileMonitor",
3   "version": "0.1.0",
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.0"
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"