[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 6 / a / Expecta+OCMock / 1.1.0 / Expecta+OCMock.podspec.json
blob27c142abd32e3f8dc0a95a49e43de82ea8b8efdc
2   "name": "Expecta+OCMock",
3   "version": "1.1.0",
4   "summary": "Expecta matchers for OCMock 2.0.",
5   "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.",
6   "homepage": "https://github.com/dblock/ocmock-expecta",
7   "license": "MIT",
8   "authors": [
9     {
10       "Orta Therox": "orta.therox@gmail.com",
11       "Daniel Doubrovkine": "dblock@dblock.org"
12     }
13   ],
14   "source": {
15     "git": "https://github.com/dblock/ocmock-expecta.git",
16     "tag": "1.1.0"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "source_files": "Expecta+OCMock.{h,m}",
23   "frameworks": [
24     "Foundation",
25     "XCTest"
26   ],
27   "dependencies": {
28     "Expecta": [
30     ],
31     "OCMock": [
32       "~> 2.2.2"
33     ]
34   }