[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / 9 / b / SwiftyFileSystem / 1.0.0 / SwiftyFileSystem.podspec.json
blobdbf87e6c7f2081ff090e4f5cf1e66db71b6e5beb
2   "name": "SwiftyFileSystem",
3   "version": "1.0.0",
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.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_version": "4.0",
22   "pod_target_xcconfig": {
23     "SWIFT_VERSION": "4.0"
24   },
25   "source_files": "SwiftyFileSystem/Classes/**/*{h,m,swift}",
26   "resource_bundles": {
27     "SwiftyFileSystem": [
28       "SwiftyFileSystem/Assets/**/*.strings",
29       "SwiftyFileSystem/Assets/**/*.stringsdict"
30     ]
31   },
32   "dependencies": {
33     "SwiftyUTType": [
35     ]
36   }