[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 4 / f / 9 / Mimus / 1.1.4 / Mimus.podspec.json
blob4ad22830ea2cf0f80fd3e300400e3aeb7bdf41f5
2   "name": "Mimus",
3   "version": "1.1.4",
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     "5.0"
24   ],
25   "source": {
26     "git": "https://github.com/airhelp/mimus.git",
27     "tag": "1.1.4"
28   },
29   "source_files": [
30     "Mimus/Source",
31     "Mimus/Source/**/*.swift"
32   ],
33   "frameworks": "XCTest",
34   "swift_version": "5.0"