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