[Add] SampleOTP 0.1.0
[CocoaPods.git] / Specs / 2 / 4 / c / Nimble-Snapshots / 9.6.1 / Nimble-Snapshots.podspec.json
bloba5c71175f7d5709c5e15734f03a318768fdc1d66
2   "name": "Nimble-Snapshots",
3   "version": "9.6.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": "13.0",
17     "tvos": "13.0"
18   },
19   "swift_versions": "5.0",
20   "pod_target_xcconfig": {
21     "ENABLE_BITCODE": "NO",
22     "ENABLE_TESTING_SEARCH_PATHS": "YES"
23   },
24   "source": {
25     "git": "https://github.com/ashfurrow/Nimble-Snapshots.git",
26     "tag": "9.6.1"
27   },
28   "default_subspecs": "Core",
29   "frameworks": [
30     "Foundation",
31     "XCTest",
32     "UIKit"
33   ],
34   "subspecs": [
35     {
36       "name": "Core",
37       "source_files": [
38         "Nimble_Snapshots/*.{h,m,swift}",
39         "Nimble_Snapshots/DynamicType/*.{swift,m,h}",
40         "Nimble_Snapshots/DynamicSize/*.{swift}"
41       ],
42       "dependencies": {
43         "iOSSnapshotTestCase": [
44           "~> 8.0"
45         ],
46         "Nimble": [
47           "~> 12.0"
48         ]
49       }
50     },
51     {
52       "name": "DynamicType",
53       "dependencies": {
54         "Nimble-Snapshots/Core": [
56         ]
57       }
58     },
59     {
60       "name": "DynamicSize",
61       "dependencies": {
62         "Nimble-Snapshots/Core": [
64         ]
65       }
66     }
67   ],
68   "swift_version": "5.0"