blob: 279f4639755b6c7b6731a505fd5bddc1ac69930c [file] [log] [blame]
{
"name": "SwiftRandom",
"version": "0.1.5",
"summary": "A tiny generator of random data for swift",
"description": "A tiny generator of fake/random data for swift",
"homepage": "https://github.com/thellimist/SwiftRandom",
"license": "MIT",
"authors": {
"thellimist": "mufuyil@gmail.com"
},
"source": {
"git": "https://github.com/thellimist/SwiftRandom.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Randoms.swift"
}