blob: b75370b5f38c07cde32ac7d3675709dc92ffe8eb [file] [log] [blame]
{
"name": "SwiftRandom",
"version": "0.1.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/TestPods",
"license": "MIT",
"authors": {
"thellimist": "mufuyil@gmail.com"
},
"source": {
"git": "https://github.com/thellimist/TestPods.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SwiftRandom": [
"Pod/Assets/*.png"
]
}
}