blob: 373bd9eeaf8e6c319488e2c9d34b76c5173736c9 [file] [log] [blame]
{
"name": "IFATestingSupport",
"version": "0.1.0",
"summary": "Utilities to make unit testing with OCHamcrest and OCMock easier.",
"homepage": "https://bitbucket.org/marcelo_schroeder/ifatestingsupport",
"license": "Apache-2.0",
"authors": {
"Marcelo Schroeder": "marcelo.schroeder@infoaccent.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://bitbucket.org/marcelo_schroeder/ifatestingsupport.git",
"tag": "0.1.0"
},
"source_files": "IFATestingSupport/**/*.{h,m}",
"frameworks": "XCTest",
"requires_arc": true,
"dependencies": {
"OCHamcrest": [
],
"OCMock": [
]
}
}