blob: b2ebb7b7a2a420ecabbef662d85c2b81c6576e85 [file] [log] [blame]
{
"name": "FileKit",
"version": "5.1.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.1.0"
},
"source_files": "Sources/*.swift"
}