blob: d933fad1eb8650eb5090b2d9cefb836de5245a6d [file] [log] [blame]
{
"name": "FileKit",
"version": "5.2.0",
"summary": "Simple and expressive file management in Swift.",
"homepage": "https://github.com/nvzqz/FileKit",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": "Nikolai Vazquez",
"platforms": {
"ios": "9.0",
"osx": "10.11",
"watchos": "3.0",
"tvos": "9.0"
},
"osx": {
"exclude_files": "FileKit/*/FileProtection.swift"
},
"source": {
"git": "https://github.com/nvzqz/FileKit.git",
"tag": "v5.2.0"
},
"source_files": "Sources/*.swift"
}