[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 3 / 6 / MockBalm / 0.1.6 / MockBalm.podspec.json
blobbca5dc97d8312a22493b9a7da9772f21836bc66b
2   "name": "MockBalm",
3   "version": "0.1.6",
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.6"
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"