blob: 0ef38183e01c99149dded6fd2fda65f914003790 [file] [log] [blame]
{
"name": "Cribble",
"module_name": "Cribble",
"version": "1.0.1",
"homepage": "https://github.com/maxsokolov/Cribble",
"summary": "Swifty tool for visual testing iPhone and iPad apps",
"authors": {
"Max Sokolov": "i@maxsokolov.net"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/*.swift",
"resource_bundles": {
"Cribble": [
"Sources/*.{storyboard,png}"
]
},
"source": {
"git": "https://github.com/maxsokolov/Cribble.git",
"tag": "1.0.1"
}
}