blob: 3b1505340929e650419c1b6da03c67a4f41cf13b [file] [log] [blame]
{
"name": "TOFileAttributes",
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "An abstract class that enables writing data to the extended attributes of a file on an APFS file system.",
"homepage": "https://github.com/TimOliver/TOFileAttributes",
"authors": "Tim Oliver",
"source": {
"git": "https://github.com/TimOliver/TOFileAttributes.git",
"tag": "1.0.0"
},
"source_files": "TOFileAttributes/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"TOPropertyAccessor": [
]
},
"platforms": {
"ios": "11.0",
"osx": "10.13",
"tvos": "11.0"
}
}