[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 2 / 4 / c / Nimble-Snapshots / 5.0.1 / Nimble-Snapshots.podspec.json
blob10dbffc6e05dab977b997c7650326c85aa38ebb0
2   "name": "Nimble-Snapshots",
3   "version": "5.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": "5.0.1"
24   },
25   "default_subspecs": "Core",
26   "frameworks": [
27     "Foundation",
28     "XCTest"
29   ],
30   "pushed_with_swift_version": "3.0",
31   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": [
35         "HaveValidSnapshot.swift",
36         "PrettySyntax.swift",
37         "NimbleSnapshotsConfiguration.swift",
38         "XCTestObservationCenter+CurrentTestCaseTracker.{h,m}"
39       ],
40       "dependencies": {
41         "FBSnapshotTestCase": [
42           "~> 2.0"
43         ],
44         "Nimble": [
45           "~> 7.0"
46         ],
47         "Quick": [
48           "~> 1.0"
49         ]
50       }
51     },
52     {
53       "name": "DynamicType",
54       "source_files": "DynamicType/*.{swift,m,h}",
55       "frameworks": "UIKit",
56       "dependencies": {
57         "Nimble-Snapshots/Core": [
59         ],
60         "OCMock": [
61           "~> 3.3"
62         ]
63       }
64     },
65     {
66       "name": "DynamicSize",
67       "source_files": "DynamicSize/*.{swift}",
68       "frameworks": "UIKit",
69       "dependencies": {
70         "Nimble-Snapshots/Core": [
72         ]
73       }
74     }
75   ]