[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / f / 8 / OCMockitoSwift / 0.3.0 / OCMockitoSwift.podspec.json
blob3101e4334691cf56d65b9d24da4e19e4cd8169e4
2   "name": "OCMockitoSwift",
3   "version": "0.3.0",
4   "swift_version": "3.2",
5   "summary": "Swift adapter for OCMockito",
6   "description": "OCMockito adapter for Swift, that allows to create and operate on mocks which are subclasses of NSObject.",
7   "authors": {
8     "Aleksander Zubala": "alek@zubala.com"
9   },
10   "source": {
11     "git": "https://github.com/azubala/OCMockitoSwift.git",
12     "tag": "0.3.0"
13   },
14   "homepage": "https://github.com/azubala/OCMockitoSwift",
15   "license": {
16     "type": "MIT",
17     "file": "LICENSE"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "Classes/**/*.{h,m,swift}",
23   "ios": {
24     "frameworks": [
25       "Foundation",
26       "CoreFoundation"
27     ]
28   },
29   "dependencies": {
30     "OCMockito": [
31       "~> 5.0.1"
32     ],
33     "OCHamcrest": [
34       "~> 7.0"
35     ]
36   },
37   "requires_arc": true