blob: d435dbb3e7d53d7c540fac8c3ee3bc8b844b0329 [file] [log] [blame]
{
"name": "Kiwi-CedarShortcuts",
"version": "0.1.0",
"summary": "Run single Kiwi spec using CedarShortcuts Xcode plugin",
"description": "Run single Kiwi spec file in Xcode by pressing Control-Option-U\nrequires CedarShortcuts Xcode plugin",
"homepage": "https://github.com/paulz/Kiwi-CedarShortcuts",
"license": "MIT",
"authors": {
"Paul Zabelin": "https://github.com/paulz"
},
"source": {
"git": "https://github.com/paulz/Kiwi-CedarShortcuts.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/iospaulz",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Kiwi-CedarShortcuts": [
"Pod/Assets/*.png"
]
},
"frameworks": "XCTest",
"dependencies": {
"Kiwi": [
"~> 2.0"
]
}
}