[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / 8 / 3 / Mirage / 0.3.1 / Mirage.podspec.json
blob5f8e99a9cf692de13f38be2bb7c863504e704e60
2   "name": "Mirage",
3   "version": "0.3.1",
4   "summary": "Mirage is a lightweight mocking framework for swift projects.",
5   "description": "Mirage is a lightweight mocking framework for swift projects.\nFeatures.\nIt provides a mechanism to:\n- create mocks, stubs, partial mocks\n- verify 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": "v0.3.1"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "source_files": "Mirage/**/*{.swift}",
20   "pushed_with_swift_version": "3.0"