blob: 638f53d05a22d91a249133ed45ceb393a08f49d0 [file] [log] [blame]
{
"name": "SwiftRandom",
"version": "1.0.0",
"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": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "SwiftRandom/Randoms.swift"
}