blob: 447503af19122d3bddd4cd32bb7f3a2c5d5b280a [file] [log] [blame]
{
"name": "Hashids-Swift",
"version": "0.3.0",
"license": "MIT",
"homepage": "http://hashids.org",
"summary": "Small open-source library that generates short, unique, non-sequential ids from numbers.",
"authors": {
"Mateusz Malczak": "mateusz@malczak.info"
},
"source": {
"git": "https://github.com/malczak/hashids.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "*.swift",
"exclude_files": "*Tests.swift",
"requires_arc": true
}