[Add] AWSCloudWatch 2.40.0
[CocoaPods.git] / Specs / 3 / 1 / d / Expecta+Snapshots / 3.2.0 / Expecta+Snapshots.podspec.json
blob2703a555f40968514ea1343a6f17ee49342a5c0a
2   "name": "Expecta+Snapshots",
3   "version": "3.2.0",
4   "summary": "Expecta matchers for taking view snapshots with iOSSnapshotTestCase.",
5   "description": "Use ios-snapshot-test-case's iOSSnapshotTestCase with Expecta matchers for readability.",
6   "homepage": "https://github.com/dblock/ios-snapshot-test-case-expecta",
7   "license": "MIT",
8   "authors": {
9     "Daniel Doubrovkine": "dblock@dblock.org",
10     "orta": "orta.therox@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/dblock/ios-snapshot-test-case-expecta.git",
14     "tag": "3.2.0"
15   },
16   "platforms": {
17     "ios": "14.0"
18   },
19   "requires_arc": true,
20   "source_files": "*.{h,m}",
21   "frameworks": [
22     "Foundation",
23     "XCTest"
24   ],
25   "dependencies": {
26     "iOSSnapshotTestCase": [
27       "~> 8.0"
28     ],
29     "Expecta": [
30       "~> 1.0"
31     ],
32     "Specta": [
33       "~> 2.0"
34     ]
35   },
36   "pod_target_xcconfig": {
37     "ENABLE_BITCODE": "NO"
38   }