[Add] SampleOTP 0.1.0
[CocoaPods.git] / Specs / 2 / 4 / c / Nimble-Snapshots / 1.2.0 / Nimble-Snapshots.podspec.json
blob8e9b2757f4b68f1dbc02d7e32247ff6a891fe357
2   "name": "Nimble-Snapshots",
3   "version": "1.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   "source": {
19     "git": "https://github.com/ashfurrow/Nimble-Snapshots.git",
20     "tag": "1.2.0"
21   },
22   "source_files": [
23     "HaveValidSnapshot.swift",
24     "PrettySyntax.swift",
25     "NimbleSnapshotsConfiguration.swift"
26   ],
27   "requires_arc": true,
28   "frameworks": [
29     "Foundation",
30     "XCTest"
31   ],
32   "dependencies": {
33     "FBSnapshotTestCase": [
34       "~> 2.0.7"
35     ],
36     "Nimble": [
38     ],
39     "Quick": [
41     ]
42   }