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