blob: 003c63c799f99f379ff1cd4a918dc31b3de66f8f [file] [log] [blame]
{
"name": "DAFileMonitor",
"version": "0.1.0",
"summary": "A library that allows you to monitor a file for changes.",
"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.",
"homepage": "https://github.com/dagostini/DAFileMonitor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dejan Agostini": "dejan.agostini@gmail.com"
},
"source": {
"git": "https://github.com/dagostini/DAFileMonitor.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/dagostin",
"platforms": {
"ios": "8.0"
},
"source_files": "DAFileMonitor/Classes/**/*",
"pushed_with_swift_version": "3.0"
}