| { | |
| "name": "UUIDShortener", | |
| "version": "1.0.1", | |
| "summary": "Convert UUID 32-character hex string into a Base32 short string and back.", | |
| "homepage": "https://github.com/kishikawakatsumi/UUIDShortener", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "kishikawakatsumi": "kishikawakatsumi@mac.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/kishikawakatsumi/UUIDShortener.git", | |
| "tag": "v1.0.1" | |
| }, | |
| "platforms": { | |
| "ios": "5.0" | |
| }, | |
| "source_files": "Lib/*", | |
| "requires_arc": true | |
| } |