[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / 8 / 9 / 4 / FilesProvider / 0.24.0 / FilesProvider.podspec.json
blobf83039187eb4f893653995b158556ca3a0041701
2   "name": "FilesProvider",
3   "version": "0.24.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   "social_media_url": "https://twitter.com/amosavian",
15   "swift_version": "4.0",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.10",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/amosavian/FileProvider.git",
23     "tag": "0.24.0"
24   },
25   "source_files": "Sources/**/*.swift",
26   "exclude_files": "Sources/Exclude",
27   "libraries": "xml2"