| { | |
| "name": "pencil", | |
| "version": "0.2.5", | |
| "summary": "Super lightweight DB written in Swift.", | |
| "homepage": "https://github.com/naru-jpn/pencil", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "naru": "tus.naru@gmail.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/naru-jpn/pencil.git", | |
| "tag": "0.2.5" | |
| }, | |
| "source_files": [ | |
| "Sources/*.swift", | |
| "Sources/Extensions/*.swift", | |
| "Sources/Supports/*.swift" | |
| ], | |
| "platforms": { | |
| "ios": "8.1" | |
| }, | |
| "pushed_with_swift_version": "3.0" | |
| } |