blob: 74ebbfb578fdc833b363c8bdd31f8c9659aca10a [file] [log] [blame]
{
"name": "MockInject",
"version": "0.1.0",
"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": "0.1.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": [
"MockInject",
"MockInject/**/*.{h,m}"
],
"public_header_files": "MockInject/**/*.h",
"requires_arc": true,
"dependencies": {
"Kiwi": [
]
}
}