[Add] BidmadSDK 6.11.2
[CocoaPods.git] / Specs / 8 / d / a / FileSmith / 0.2.1 / FileSmith.podspec.json
blob100d15a1f4a711d751999ee36aeed8594eb7cdfc
2   "name": "FileSmith",
3   "version": "0.2.1",
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.1"
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"