blob: e1cbf5a7f201383cb6608ca406a4bfa71da594d5 [file] [log] [blame]
{
"name": "ExtendedAttributes",
"version": "1.0.0",
"summary": "Working with file's extended attributes easily.",
"description": "This library handles file extended attributes by extending URL struct.",
"homepage": "https://github.com/amosavian/ExtendedAttributes",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Amir Abbas Mousavian": "a.mosavian@gmail.com"
},
"social_media_url": "https://twitter.com/amosavian",
"swift_version": "4.1",
"platforms": {
"ios": "9.0",
"osx": "10.11",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/amosavian/ExtendedAttributes.git",
"tag": "1.0.0"
},
"source_files": "Sources/**/*.swift",
"exclude_files": "Sources/Exclude",
"frameworks": "Foundation"
}