blob: d2117ee3c15652d8cb05c2aeb88665988a8918f5 [file] [log] [blame]
{
"name": "FilesProvider",
"version": "0.18.1",
"summary": "FileManager replacement for Local and Remote (WebDAV/FTP/Dropbox/OneDrive/SMB2) files on iOS and macOS.",
"description": "This Swift library provide a swifty way to deal with local and remote files \nand directories in same way. For now Local, WebDAV and Dropbox providers are ready to use.\n SMB2, FTP and AmazonS3 is planned for future.",
"homepage": "https://github.com/amosavian/FileProvider",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Amir Abbas Mousavian": "a.mosavian@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/amosavian/FileProvider.git",
"tag": "0.18.1"
},
"source_files": "Sources/**/*.swift",
"exclude_files": "Sources/Exclude",
"pushed_with_swift_version": "3.0"
}