[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / 9 / 4 / FilesProvider / 0.19.0 / FilesProvider.podspec.json
blob6950a4771bb8e4c3032b2a2d2e0f62c3ad5c509c
2   "name": "FilesProvider",
3   "version": "0.19.0",
4   "summary": "FileManager replacement for Local and Remote (WebDAV/FTP/Dropbox/OneDrive/SMB2) files on iOS and macOS.",
5   "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.",
6   "homepage": "https://github.com/amosavian/FileProvider",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Amir Abbas Mousavian": "a.mosavian@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.10",
17     "tvos": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/amosavian/FileProvider.git",
21     "tag": "0.19.0"
22   },
23   "source_files": "Sources/**/*.swift",
24   "exclude_files": "Sources/Exclude",
25   "pushed_with_swift_version": "3.0"