blob: 16d99b440e3dc8dc9baf1e2ae131cb18c4223dde [file] [log] [blame]
{
"name": "JSBFilesystem",
"version": "0.1.8",
"summary": "Filesystem change notifications.",
"description": "JSBFilesystem are lightweight classes that clean up the syntax with accessing the filesystem. Every read and write call is coordinated with `NSFileCoordinator`. `NSFilePresenter` is used by `JSBObservedDirectory` to get notifications when anything in that directory changes. The changes are detected whether they come from in or out of your process. IGListKit is then used to create a Diff between the old contents and the new contents. If changes are detected a closure/block is called so your code can update its UI.",
"homepage": "https://github.com/jeffreybergier/JSBFilesystem",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"jeffreybergier": "jeffburg@jeffburg.com"
},
"source": {
"git": "https://github.com/jeffreybergier/JSBFilesystem.git",
"tag": "0.1.8"
},
"platforms": {
"ios": "10.0",
"osx": "10.12.0"
},
"source_files": "JSBFilesystem/JSBFilesystem_shared/**/*",
"public_header_files": "JSBFilesystem/JSBFilesystem_shared/**/*.h",
"frameworks": "Foundation",
"dependencies": {
"IGListKit": [
"~> 3.4.0"
]
}
}