[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 4 / f / 9 / Mimus / 1.0.0 / Mimus.podspec.json
blob5ebb7df52c04f47e0e5e91dce74c6dacf3efddbf
2   "name": "Mimus",
3   "version": "1.0.0",
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": "http://airhelp.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Pawel Dudek": "pawel.dudek@airhelp.com",
13     "PaweÅ‚ Kozielecki": "pawel.kozielecki@airhelp.com"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10",
18     "tvos": "9.0"
19   },
20   "source": {
21     "git": "https://github.com/airhelp/mimus.git",
22     "tag": "1.0.0"
23   },
24   "source_files": [
25     "Mimus/Source",
26     "Mimus/Source/**/*.swift"
27   ],
28   "frameworks": "XCTest",
29   "pushed_with_swift_version": "3.0"