[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / b / 5 / 9 / Moocher / 0.4.2 / Moocher.podspec.json
bloba790e3042321855a70301028d5512357f0b6a624
2   "name": "Moocher",
3   "version": "0.4.2",
4   "summary": "A set of \"rspec-like\" test matchers that \"mooch\" off of XCTest",
5   "homepage": "https://github.com/rbaumbach/Moocher",
6   "license": {
7     "type": "MIT",
8     "file": "MIT-LICENSE.txt"
9   },
10   "authors": {
11     "Ryan Baumbach": "github@ryan.codes"
12   },
13   "source": {
14     "git": "https://github.com/rbaumbach/Moocher.git",
15     "tag": "0.4.2"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "11.0"
20   },
21   "frameworks": "XCTest",
22   "swift_versions": "5.5",
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Sources/Moocher/**/*.{swift}"
28     },
29     {
30       "name": "Polling",
31       "source_files": "Sources/MoocherPolling/**/*.{swift}"
32     }
33   ],
34   "swift_version": "5.5"