[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 1 / 8 / 3 / Mirage / 0.3.0 / Mirage.podspec.json
blobac2c75bc2dc76a9cd4eb7dd0b2ec608ae0f9c386
2   "name": "Mirage",
3   "version": "0.3.0",
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.0"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "source_files": "Mirage/**/*{.swift}",
20   "pushed_with_swift_version": "3.0"