[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 3 / 6 / MockBalm / 0.1.2 / MockBalm.podspec.json
blob195bff63d8cb3ecdd72a90b7f45246917de759a0
2   "name": "MockBalm",
3   "version": "0.1.2",
4   "summary": "A swift library to minimise boilerplate code in mocks.",
5   "description": "A swift framework to help you minimise boilerplate code needed to create mocks.\n\nIt handles calls to asynchronous functions, and it can be used to mock both classes and protocols.",
6   "homepage": "https://github.com/gearnshaw/MockBalm",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "gearnshaw": "g_earnshaw@hotmail.com"
13   },
14   "source": {
15     "git": "https://github.com/gearnshaw/MockBalm.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "MockBalm/Classes/**/*",
23   "resources": "MockBalm/Resources/**/*",
24   "dependencies": {
25     "Sourcery": [
26       "~> 0.16"
27     ]
28   },
29   "swift_version": "5.0"