[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / 4 / c / Nimble-Snapshots / 4.2.0 / Nimble-Snapshots.podspec.json
blob17f8cfe050b723e26841e29e69d10d4289fa3ac6
2   "name": "Nimble-Snapshots",
3   "version": "4.2.0",
4   "summary": "Nimble matchers for FBSnapshotTestCase",
5   "description": "Nimble matchers for FBSnapshotTestCase. Highly derivative of [Expecta Matchers for FBSnapshotTestCase](https://github.com/dblock/ios-snapshot-test-case-expecta).",
6   "homepage": "https://github.com/ashfurrow/Nimble-Snapshots",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ash Furrow": "ash@ashfurrow.com"
13   },
14   "social_media_url": "http://twitter.com/ashfurrow",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "pod_target_xcconfig": {
19     "ENABLE_BITCODE": "NO"
20   },
21   "source": {
22     "git": "https://github.com/ashfurrow/Nimble-Snapshots.git",
23     "tag": "4.2.0"
24   },
25   "source_files": [
26     "HaveValidSnapshot.swift",
27     "PrettySyntax.swift",
28     "NimbleSnapshotsConfiguration.swift"
29   ],
30   "frameworks": [
31     "Foundation",
32     "XCTest"
33   ],
34   "dependencies": {
35     "FBSnapshotTestCase": [
36       "~> 2.0"
37     ],
38     "Nimble": [
40     ],
41     "Quick": [
43     ]
44   }