| { | |
| "name": "ULID.swift", | |
| "version": "1.0.0", | |
| "license": { | |
| "type": "MIT" | |
| }, | |
| "homepage": "https://github.com/yaslab/ULID.swift", | |
| "authors": { | |
| "Yasuhiro Hatta": "hatta.yasuhiro@gmail.com" | |
| }, | |
| "summary": "Universally Unique Lexicographically Sortable Identifier (ULID) in Swift.", | |
| "source": { | |
| "git": "https://github.com/yaslab/ULID.swift.git", | |
| "tag": "1.0.0" | |
| }, | |
| "source_files": "Sources/ULID/*.swift", | |
| "platforms": { | |
| "ios": "8.0", | |
| "tvos": "9.0", | |
| "watchos": "2.0", | |
| "osx": "10.9" | |
| }, | |
| "module_name": "ULID" | |
| } |