[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / a / 9 / JSBFilesystem / 0.8.3 / JSBFilesystem.podspec.json
blob3edf62d1b3aac6a485af55b868dcefddfdac7a8f
2   "name": "JSBFilesystem",
3   "version": "0.8.3",
4   "summary": "Filesystem change notifications.",
5   "description": "A small library that makes it easy to display data that exists as files on the disk of the local device. The library also makes it easy monitor additions, deletions, and modifications to the files so you can keep TableViews, CollectionViews, or any user interface up-to-date. This library uses NSFilePresenter for notifications from the operating system when files change and then uses IGListKit to diff the old and new contents.",
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.8.3"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.11"
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   }