[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 8 / 9 / 4 / FilesProvider / 0.22.0 / FilesProvider.podspec.json
bloba1d96edf014990289832d23439b13a7e043abc3c
2   "name": "FilesProvider",
3   "version": "0.22.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   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10",
18     "tvos": "9.0"
19   },
20   "source": {
21     "git": "https://github.com/amosavian/FileProvider.git",
22     "tag": "0.22.0"
23   },
24   "source_files": "Sources/**/*.swift",
25   "exclude_files": "Sources/Exclude",
26   "pushed_with_swift_version": "4.0"