blob: 715095305460159a1c6a86b84bbeb5d85ef5eb68 [file] [log] [blame]
{
"name": "IFATestingSupport",
"version": "1.0.2",
"summary": "Utilities to make unit testing with OCHamcrest and OCMock easier.",
"homepage": "https://github.com/marcelo-schroeder/IFATestingSupport",
"license": "Apache-2.0",
"authors": {
"Marcelo Schroeder": "marcelo.schroeder@infoaccent.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/marcelo-schroeder/IFATestingSupport.git",
"tag": "v1.0.2"
},
"source_files": "IFATestingSupport/**/*.{h,m}",
"frameworks": [
"XCTest",
"CoreGraphics"
],
"requires_arc": true,
"dependencies": {
"OCHamcrest": [
"~> 4"
],
"OCMock": [
"~> 3"
]
}
}