blob: 2cdcd309c65780ff40e31aec8cab4a2501adb7f5 [file] [log] [blame]
{
"name": "stubble",
"version": "1.0.1",
"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_1.0.1"
},
"source_files": "Stubble/**/*.{h,m}",
"xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
},
"requires_arc": true
}