blob: b8a8666f797f3825bf69a0e1b56d2785e9ad6606 [file] [log] [blame]
{
"name": "IFATestingSupport",
"version": "1.0.3",
"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.3"
},
"source_files": "IFATestingSupport/**/*.{h,m}",
"frameworks": [
"XCTest",
"CoreGraphics"
],
"requires_arc": true,
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "HC_SHORTHAND=1"
},
"dependencies": {
"OCHamcrest": [
"~> 4"
],
"OCMock": [
"~> 3"
]
}
}