[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 4 / f / 9 / Mimus / 1.1.3 / Mimus.podspec.json
blobeb734d401c3854161efb7d19747630ad140571f0
2   "name": "Mimus",
3   "version": "1.1.3",
4   "summary": "Swift Mocking Library",
5   "description": "Mimus is a Swift mocking library, aiming to reduce boilerplate code required for building mocks in Swift.\nIt's been battle tested at AirHelp where we've used it extensively across our test suites.",
6   "homepage": "https://www.airhelp.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Pawel Dudek": "pawel@dudek.mobi",
13     "PaweÅ‚ Kozielecki": "pawel.kozielecki@airhelp.com"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10",
18     "tvos": "9.0"
19   },
20   "swift_versions": [
21     "4.2",
22     "5.0"
23   ],
24   "source": {
25     "git": "https://github.com/airhelp/mimus.git",
26     "tag": "1.1.3"
27   },
28   "source_files": [
29     "Mimus/Source",
30     "Mimus/Source/**/*.swift"
31   ],
32   "frameworks": "XCTest"