[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / 9 / 4 / FilesProvider / 0.25.1 / FilesProvider.podspec.json
blobef2c7d9a2b2cfa3a26b778ad40ecca386156bc55
2   "name": "FilesProvider",
3   "version": "0.25.1",
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.1",
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.25.1"
24   },
25   "source_files": "Sources/**/*.swift",
26   "exclude_files": "Sources/Exclude",
27   "frameworks": [
28     "AVFoundation",
29     "ImageIO",
30     "CoreGraphics"
31   ],
32   "ios": {
33     "frameworks": "UIKit"
34   },
35   "tvos": {
36     "frameworks": "UIKit"
37   },
38   "osx": {
39     "frameworks": "AppKit"
40   },
41   "libraries": "xml2"