[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / 4 / c / Nimble-Snapshots / 3.0.1 / Nimble-Snapshots.podspec.json
blobeaceac53785b18fa8d91437a06edcc2d09ea8df5
2   "name": "Nimble-Snapshots",
3   "version": "3.0.1",
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": "3.0.1"
24   },
25   "source_files": [
26     "HaveValidSnapshot.swift",
27     "PrettySyntax.swift",
28     "NimbleSnapshotsConfiguration.swift"
29   ],
30   "requires_arc": true,
31   "frameworks": [
32     "Foundation",
33     "XCTest"
34   ],
35   "dependencies": {
36     "FBSnapshotTestCase": [
37       "~> 2.0"
38     ],
39     "Nimble": [
41     ],
42     "Quick": [
44     ]
45   }