[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / 4 / c / Nimble-Snapshots / 6.8.1 / Nimble-Snapshots.podspec.json
blob527280a0bb46bbd021e514a36442a9286d506336
2   "name": "Nimble-Snapshots",
3   "version": "6.8.1",
4   "summary": "Nimble matchers for iOSSnapshotTestCase",
5   "description": "Nimble matchers for iOSSnapshotTestCase. Highly derivative of [Expecta Matchers for iOSSnapshotTestCase](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.1",
17     "tvos": "9.0"
18   },
19   "pod_target_xcconfig": {
20     "ENABLE_BITCODE": "NO"
21   },
22   "source": {
23     "git": "https://github.com/ashfurrow/Nimble-Snapshots.git",
24     "tag": "6.8.1"
25   },
26   "default_subspecs": "Core",
27   "frameworks": [
28     "Foundation",
29     "XCTest",
30     "UIKit"
31   ],
32   "subspecs": [
33     {
34       "name": "Core",
35       "source_files": [
36         "*.{h,m,swift}",
37         "DynamicType/*.{swift,m,h}",
38         "DynamicSize/*.{swift}"
39       ],
40       "dependencies": {
41         "iOSSnapshotTestCase": [
42           "~> 4.0"
43         ],
44         "Nimble": [
45           "~> 7.0"
46         ]
47       }
48     },
49     {
50       "name": "DynamicType",
51       "dependencies": {
52         "Nimble-Snapshots/Core": [
54         ]
55       }
56     },
57     {
58       "name": "DynamicSize",
59       "dependencies": {
60         "Nimble-Snapshots/Core": [
62         ]
63       }
64     }
65   ]