[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 4 / f / 9 / Mimus / 1.1.2 / Mimus.podspec.json
blob1725b1a75e6c49f105d5687cca90f4a5f65ca6c0
2   "name": "Mimus",
3   "version": "1.1.2",
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_version": "4.2",
21   "source": {
22     "git": "https://github.com/airhelp/mimus.git",
23     "tag": "1.1.2"
24   },
25   "source_files": [
26     "Mimus/Source",
27     "Mimus/Source/**/*.swift"
28   ],
29   "frameworks": "XCTest"