[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / 9 / b / SwiftyFileSystem / 1.0.3 / SwiftyFileSystem.podspec.json
bloba07b5230e622ae864750ecbac449d7b12c6e2780
2   "name": "SwiftyFileSystem",
3   "version": "1.0.3",
4   "summary": "Lightweight framework for effortlessly working with filesystems in swift.",
5   "description": "SwiftyFileSystem is a lightweight wrapper framework around the Swift FileManager class with several URL extensions, built-in renaming policies when moving and copying files, common directory path/url generation methods, and file size string formatting.",
6   "homepage": "https://github.com/NoodleOfDeath/SwiftyFileSystem",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "NoodleOfDeath": "git@noodleofdeath.com"
13   },
14   "source": {
15     "git": "https://github.com/NoodleOfDeath/SwiftyFileSystem.git",
16     "tag": "1.0.3"
17   },
18   "platforms": {
19     "osx": "10.10",
20     "ios": "9.0"
21   },
22   "swift_versions": "5.0",
23   "pod_target_xcconfig": {
24     "SWIFT_VERSION": "5.0"
25   },
26   "source_files": "SwiftyFileSystem/Classes/**/*{h,m,swift}",
27   "resource_bundles": {
28     "SwiftyFileSystem": [
29       "SwiftyFileSystem/Assets/**/*.strings",
30       "SwiftyFileSystem/Assets/**/*.stringsdict"
31     ]
32   },
33   "dependencies": {
34     "SwiftyUTType": [
35       "~>1.0"
36     ]
37   },
38   "swift_version": "5.0"