[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / a / 9 / JSBFilesystem / 0.1.3 / JSBFilesystem.podspec.json
blob38395eee5b89765ab9d3606ca6525022fa2aceac
2   "name": "JSBFilesystem",
3   "version": "0.1.3",
4   "summary": "Filesystem change notifications.",
5   "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.",
6   "homepage": "https://github.com/jeffreybergier/JSBFilesystem",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "jeffreybergier": "jeffburg@jeffburg.com"
13   },
14   "source": {
15     "git": "https://github.com/jeffreybergier/JSBFilesystem.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.11.0"
21   },
22   "source_files": "JSBFilesystem/JSBFilesystem_shared/**/*",
23   "public_header_files": "JSBFilesystem/JSBFilesystem_shared/**/*.h",
24   "frameworks": "Foundation",
25   "dependencies": {
26     "IGListKit": [
27       "~> 3.4.0"
28     ]
29   }