blob: 62d866bd2f89834ca9687ae1f6af7a970107a0f9 [file] [log] [blame]
{
"name": "IFATestingSupport",
"version": "2.0.4",
"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": "10.0"
},
"source": {
"git": "https://github.com/marcelo-schroeder/IFATestingSupport.git",
"tag": "v2.0.4"
},
"source_files": "IFATestingSupport/**/*.{h,m}",
"frameworks": [
"XCTest",
"CoreGraphics"
],
"requires_arc": true,
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "HC_SHORTHAND=1"
},
"dependencies": {
"OCHamcrest": [
"~> 7"
],
"OCMock": [
"~> 3"
]
}
}