blob: 7f355ed7667539b41911f6017914c592662b3ad2 [file] [log] [blame]
{
"name": "MockInject",
"version": "1.0.1",
"summary": "A library that allows developers to globally mock any ObjectiveC class' initialization method when testing with Kiwi.",
"homepage": "https://github.com/gantaa/MockInject",
"license": {
"type": "MIT",
"file": "MIT-LICENSE.txt"
},
"authors": {
"Matt Ganski": "gantasygames@gmail.com"
},
"source": {
"git": "https://github.com/gantaa/MockInject.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "6.0"
},
"source_files": [
"MockInject",
"MockInject/**/*.{h,m}"
],
"frameworks": "SenTestingKit",
"public_header_files": "MockInject/**/*.h",
"requires_arc": true,
"dependencies": {
"Kiwi": [
]
}
}