blob: 9616688c49d686dd0c09012b5b1ea096b45bd84e [file] [log] [blame]
{
"name": "Expecta+OCMock",
"version": "2.1.0",
"summary": "Expecta matchers for OCMock 3.0.",
"description": "Extends Expecta with matchers for OCMock, making it easy to check a method is called, its arguments and the return values for a function in one line of code.",
"homepage": "https://github.com/dblock/ocmock-expecta",
"license": "MIT",
"authors": [
{
"Orta Therox": "orta.therox@gmail.com",
"Daniel Doubrovkine": "dblock@dblock.org"
}
],
"source": {
"git": "https://github.com/dblock/ocmock-expecta.git",
"tag": "2.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Expecta+OCMock.{h,m}",
"frameworks": [
"Foundation",
"XCTest"
],
"dependencies": {
"Expecta": [
],
"OCMock": [
]
}
}