[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / 5 / b / TOFileAttributes / 1.0.0 / TOFileAttributes.podspec.json
blob3b1505340929e650419c1b6da03c67a4f41cf13b
2   "name": "TOFileAttributes",
3   "version": "1.0.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "An abstract class that enables writing data to the extended attributes of a file on an APFS file system.",
9   "homepage": "https://github.com/TimOliver/TOFileAttributes",
10   "authors": "Tim Oliver",
11   "source": {
12     "git": "https://github.com/TimOliver/TOFileAttributes.git",
13     "tag": "1.0.0"
14   },
15   "source_files": "TOFileAttributes/**/*.{h,m}",
16   "requires_arc": true,
17   "dependencies": {
18     "TOPropertyAccessor": [
20     ]
21   },
22   "platforms": {
23     "ios": "11.0",
24     "osx": "10.13",
25     "tvos": "11.0"
26   }