blob: cb4968bcb425c2a105d66a181b0aa4117c9f9133 [file] [log] [blame]
{
"name": "IFATestingSupport",
"version": "0.1.2",
"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.2"
},
"source_files": "IFATestingSupport/**/*.{h,m}",
"frameworks": [
"XCTest",
"CoreGraphics"
],
"requires_arc": true,
"dependencies": {
"OCHamcrest": [
],
"OCMock": [
"2.2.4"
]
}
}