blob: ebc803767c909f75ff7a3c7fb79dbe3f1e35def1 [file] [log] [blame]
{
"name": "FileProvider",
"version": "0.6.0",
"summary": "FileManager replacement for Local and Remote (WebDAV/Dropbox/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 and WebDAV providers are ready to use\nand SMB2, Dropbox, 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.6.0"
},
"source_files": "Sources/**/*.swift",
"exclude_files": "Sources/Exclude",
"deprecated_in_favor_of": "FilesProvider"
}