[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 1 / f / Files / 2.0.0 / Files.podspec.json
blobd938b60b7173b6c87bcdd44769acadecfccf9e0b
2   "name": "Files",
3   "version": "2.0.0",
4   "summary": "A nicer way to handle files & folders in Swift",
5   "description": "Files is a compact library that provides a nicer way to handle files and folders in Swift. It’s primarily aimed at Swift scripting and tooling, but can also be embedded in applications that need to access the file system. It's essentially a thin wrapper around the FileManager APIs that Foundation provides.",
6   "homepage": "https://github.com/johnsundell/files",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "John Sundell": "john@sundell.co"
13   },
14   "social_media_url": "https://twitter.com/johnsundell",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9",
18     "tvos": "9.0"
19   },
20   "source": {
21     "git": "https://github.com/johnsundell/files.git",
22     "tag": "2.0.0"
23   },
24   "source_files": "Sources/**/*",
25   "frameworks": "Foundation",
26   "pushed_with_swift_version": "4.0"