blob: 0458fbe2f4cfee851f87d2f59362bd468faf3c80 [file] [log] [blame]
{
"name": "KZFileWatchers",
"version": "0.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": "0.1.0"
},
"social_media_url": "https://twitter.com/merowing_",
"platforms": {
"ios": "8.0"
},
"source_files": "KZFileWatchers/Classes/**/*"
}