blob: 94e2c4a197311cc373f061a359dc73c8465a17b1 [file] [log] [blame]
{
"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
}