blob: ceed55867d2eb4d3a97dda1b72c1fecabde4e0df [file] [log] [blame]
{
"name": "KZFileWatchers",
"version": "1.0",
"summary": "A micro-framework for observing file changes, both local and remote. Helpful in building developer tools.",
"description": "A micro-framework for observing file changes, both local and remote. Helpful in building developer tools. Supports both ETag and Last-Modified-Date so you can use it with most available hosting options, e.g. Dropbox or AWS.",
"homepage": "https://github.com/krzysztofzablocki/KZFileWatchers",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Krzysztof Zabłocki": "krzysztof.zablocki@pixle.pl"
},
"source": {
"git": "https://github.com/krzysztofzablocki/KZFileWatchers.git",
"tag": "1.0"
},
"social_media_url": "https://twitter.com/merowing_",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "KZFileWatchers/Classes/**/*",
"pushed_with_swift_version": "3.0"
}