blob: 417dab3c074d604e99cd1293968fdd1eae310352 [file] [log] [blame]
{
"name": "Cribble",
"module_name": "Cribble",
"version": "2.1.0",
"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": "2.1.0"
}
}