[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 8 / d / a / FileSmith / 0.2.0 / FileSmith.podspec.json
bloba5c1e5cab9f17c60fb2b4dc7b6a6368a5a0110fe
2   "name": "FileSmith",
3   "version": "0.2.0",
4   "summary": "A strongly typed Swift library for working with local files and directories.",
5   "description": "FileSmith differentiates between file paths and directory paths, and between paths and actual files and directories, because the programmer knows which are which and when the compiler knows it too it can be much more helpful.",
6   "homepage": "https://github.com/kareman/FileSmith",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kare Morstol": "kare@nottoobadsoftware.com"
13   },
14   "source": {
15     "git": "https://github.com/kareman/FileSmith.git",
16     "tag": "0.2.0"
17   },
18   "source_files": "Sources/FileSmith/*.swift",
19   "platforms": {
20     "osx": "10.10",
21     "ios": "9.0"
22   },
23   "dependencies": {
24     "SwiftShell": [
25       "~> 4.1"
26     ]
27   },
28   "pushed_with_swift_version": "4.1"