[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 0 / 3 / 6 / Nimble-SnapshotTesting / 4.0.0 / Nimble-SnapshotTesting.podspec.json
blob965d1dba269ec1e0103456b7a615027ab403988c
2   "name": "Nimble-SnapshotTesting",
3   "version": "4.0.0",
4   "summary": "A Nimble matcher for snapshot testing",
5   "description": "A Nimble matcher for snapshot testing library.",
6   "homepage": "https://github.com/tahirmt/Nimble-SnapshotTesting",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mahmood Tahir": "matsoft90@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/tahirmt/Nimble-SnapshotTesting.git",
16     "tag": "v4.0.0-rc1"
17   },
18   "frameworks": [
19     "Foundation",
20     "XCTest",
21     "UIKit"
22   ],
23   "dependencies": {
24     "SnapshotTesting": [
26     ],
27     "Nimble": [
28       "~> 13.0.0-rc.1"
29     ]
30   },
31   "platforms": {
32     "ios": "13.0"
33   },
34   "swift_versions": [
35     5.0,
36     5.1,
37     5.2,
38     5.3,
39     5.4
40   ],
41   "source_files": "Nimble-SnapshotTesting/Classes/**/*",
42   "swift_version": "5.4"