[Add] TPNMentaCustomAdapterInland 6.00.23.1
[CocoaPods.git] / Specs / 8 / 9 / 4 / FilesProvider / 0.20.0 / FilesProvider.podspec.json
blobe8c276d171dd0bcd5226e49cc6344c508c1709bf
2   "name": "FilesProvider",
3   "version": "0.20.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.20.0"
22   },
23   "source_files": "Sources/**/*.swift",
24   "exclude_files": "Sources/Exclude",
25   "pushed_with_swift_version": "3.0"