[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 9 / e / TOFileSystemObserver / 0.0.4 / TOFileSystemObserver.podspec.json
blob4acb601035ffe6036c11787f424d9c43cb6ec768
2   "name": "TOFileSystemObserver",
3   "version": "0.0.4",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "A bullet-proof mechanism for detecting any changes made to the contents of a folder in iOS & iPadOS.",
9   "homepage": "https://github.com/TimOliver/TOFileSystemObserver",
10   "authors": "Tim Oliver",
11   "source": {
12     "git": "https://github.com/TimOliver/TOFileSystemObserver.git",
13     "tag": "0.0.4"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.12"
18   },
19   "source_files": "TOFileSystemObserver/**/*.{h,m}",
20   "exclude_files": "TOFileSystemObserver/include/**",
21   "osx": {
22     "exclude_files": "TOFileSystemObserver/Utilities/TOFileSystemObserver+UIKit.h"
23   },
24   "ios": {
25     "exclude_files": [
26       "TOFileSystemObserver/Utilities/TOFileSystemObserver+AppKit.h",
27       "TOFileSystemObserver/Categories/NSIndexPath+AppKitAdditions.{h,m}"
28     ]
29   },
30   "requires_arc": true