blob: b718e3b5107090fe976f48f8b6ab690426088d2d [file] [log] [blame]
{
"name": "stubble",
"version": "0.3.0",
"summary": "An iOS mocking framework in the spirit of Mockito.",
"homepage": "https://github.com/Stubble/stubble",
"license": {
"type": "MIT license",
"file": "license.txt"
},
"authors": [
"JARinteractive",
"micahhainline",
"thejonhall",
"johnhainline"
],
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/Stubble/stubble.git",
"tag": "Release_0.3.0"
},
"source_files": "Stubble/**/*.{h,m}",
"xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
},
"requires_arc": true
}