[Add] SampleOTP 0.1.0
[CocoaPods.git] / Specs / 2 / 4 / c / Nimble-Snapshots / 4.4.0 / Nimble-Snapshots.podspec.json
blobc9b45093a26750ef2d8cf9a43e4cfaa7ae6cfff0
2   "name": "Nimble-Snapshots",
3   "version": "4.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).",
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.4.0"
24   },
25   "default_subspecs": "Core",
26   "frameworks": [
27     "Foundation",
28     "XCTest"
29   ],
30   "subspecs": [
31     {
32       "name": "Core",
33       "source_files": [
34         "HaveValidSnapshot.swift",
35         "PrettySyntax.swift",
36         "NimbleSnapshotsConfiguration.swift"
37       ],
38       "dependencies": {
39         "FBSnapshotTestCase": [
40           "~> 2.0"
41         ],
42         "Nimble": [
44         ],
45         "Quick": [
47         ]
48       }
49     },
50     {
51       "name": "DynamicType",
52       "source_files": "DynamicType/*.{swift,m,h}",
53       "frameworks": "UIKit",
54       "dependencies": {
55         "Nimble-Snapshots/Core": [
57         ],
58         "OCMock": [
59           "~> 3.3"
60         ]
61       }
62     },
63     {
64       "name": "DynamicSize",
65       "source_files": "DynamicSize/*.{swift}",
66       "frameworks": "UIKit",
67       "dependencies": {
68         "Nimble-Snapshots/Core": [
70         ]
71       }
72     }
73   ]