[Add] SampleOTP 0.1.0
[CocoaPods.git] / Specs / 2 / 4 / c / Nimble-Snapshots / 6.5.0 / Nimble-Snapshots.podspec.json
blob84ae3347baf3ecde3b4860429a6bbed9929c65fc
2   "name": "Nimble-Snapshots",
3   "version": "6.5.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": "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.5.0"
25   },
26   "default_subspecs": "Core",
27   "frameworks": [
28     "Foundation",
29     "XCTest",
30     "UIKit"
31   ],
32   "pushed_with_swift_version": "3.2",
33   "subspecs": [
34     {
35       "name": "Core",
36       "source_files": [
37         "*.{h,m,swift}",
38         "DynamicType/*.{swift,m,h}",
39         "DynamicSize/*.{swift}"
40       ],
41       "dependencies": {
42         "iOSSnapshotTestCase": [
43           "~> 3.0"
44         ],
45         "Nimble": [
46           "~> 7.0"
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   ]