blob: 27c142abd32e3f8dc0a95a49e43de82ea8b8efdc [file] [log] [blame]
{
"name": "Expecta+OCMock",
"version": "1.1.0",
"summary": "Expecta matchers for OCMock 2.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": "1.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Expecta+OCMock.{h,m}",
"frameworks": [
"Foundation",
"XCTest"
],
"dependencies": {
"Expecta": [
],
"OCMock": [
"~> 2.2.2"
]
}
}