blob: 1c84379c89709c9e1e42296806d4e6365c469000 [file] [log] [blame]
{
"name": "FileKit",
"version": "5.0.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.0.0"
},
"source_files": "Sources/*.swift",
"pushed_with_swift_version": "4.0"
}