| { | |
| "name": "Dschee-FileKit", | |
| "version": "2.1.0", | |
| "summary": "Simple and expressive file management in Swift.", | |
| "homepage": "https://github.com/Dschee/FileKit.git", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE.md" | |
| }, | |
| "authors": "Nikolai Vazquez", | |
| "platforms": { | |
| "ios": "8.0", | |
| "osx": "10.9", | |
| "watchos": "2.0", | |
| "tvos": "9.0" | |
| }, | |
| "osx": { | |
| "exclude_files": "Sources/FileProtection.swift" | |
| }, | |
| "source": { | |
| "git": "https://github.com/Dschee/FileKit.git", | |
| "tag": "v2.1.0" | |
| }, | |
| "source_files": "Sources/*.swift" | |
| } |