[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / 9 / 4 / FilesProvider / 0.18.0 / FilesProvider.podspec.json
blob509861ecb2e618944b0a5b18e0fb65cbcf54e9c5
2   "name": "FilesProvider",
3   "version": "0.18.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.18.0"
22   },
23   "source_files": "Sources/**/*.swift",
24   "exclude_files": "Sources/Exclude",
25   "pushed_with_swift_version": "3.0"