| { |
| "name": "Expecta+OCMock", |
| "version": "1.0.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.0.0" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Expecta+OCMock.{h,m}", |
| "frameworks": [ |
| "Foundation", |
| "XCTest" |
| ], |
| "dependencies": { |
| "Expecta": [ |
| |
| ], |
| "OCMock": [ |
| "~> 2.2.2" |
| ] |
| } |
| } |