[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / 4 / c / Nimble-Snapshots / 0.4.0 / Nimble-Snapshots.podspec.json
blob23015e1f34d5ea03507e766c1f77ee91b822044f
2   "name": "Nimble-Snapshots",
3   "version": "0.4.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).\n",
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   "source": {
19     "git": "https://github.com/ashfurrow/Nimble-Snapshots.git",
20     "tag": "0.4.0"
21   },
22   "source_files": [
23     "HaveValidSnapshot.swift",
24     "PrettySyntax.swift"
25   ],
26   "requires_arc": true,
27   "frameworks": [
28     "Foundation",
29     "XCTest"
30   ],
31   "dependencies": {
32     "FBSnapshotTestCase": [
33       "~>1.7"
34     ],
35     "Nimble": [
36       "~> 0.4"
37     ],
38     "Quick": [
39       "~> 0.3"
40     ]
41   }