blob: a266fb3762ca512f87d3a9341395fe60cff90b49 [file] [log] [blame]
{
"name": "KIFViewControllerActions",
"version": "1.0.2",
"summary": "Adds actions to KIF for presenting view controllers to aid in functional testing.",
"homepage": "https://github.com/blakewatters/KIFViewControllerActions",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"Blake Watters": "blakewatters@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"frameworks": "XCTest",
"source": {
"git": "https://github.com/blakewatters/KIFViewControllerActions.git",
"tag": "1.0.2"
},
"source_files": "Code/*.{h,m}",
"dependencies": {
"KIF": [
">= 2.0.0"
]
}
}