[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / 8 / 3 / Mirage / 2.0.0 / Mirage.podspec.json
blob13ebfc6f2a2ebd421ac007d9aa3cef7622dc1857
2   "name": "Mirage",
3   "version": "2.0.0",
4   "summary": "Mirage is a mocking library for swift projects. The recommended way is to use github.com/valnoc/FataMorgana for Mirage mocks generation.",
5   "description": "Mirage is a mocking library for swift projects. The recommended way is to use https://github.com/valnoc/FataMorgana for Mirage mocks generation to avoid writing them manually.\nFeatures.\nUsing Mirage you can:\n- create mocks, stubs, partial mocks\n- verify func call times\n- get call arguments history",
6   "homepage": "https://github.com/valnoc/Mirage",
7   "license": "MIT",
8   "authors": {
9     "Valeriy Bezuglyy": "valnocorner@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/valnoc/Mirage.git",
13     "tag": "2.0.0"
14   },
15   "swift_versions": "5.0",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "requires_arc": true,
20   "source_files": "Source/Mirage/**/*{.swift}",
21   "swift_version": "5.0"