[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / 4 / c / Nimble-Snapshots / 5.1.0 / Nimble-Snapshots.podspec.json
blobaa3979d7c681a5c38248ea7dd29a6c2973b48d6a
2   "name": "Nimble-Snapshots",
3   "version": "5.1.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": "5.1.0"
24   },
25   "default_subspecs": "Core",
26   "frameworks": [
27     "Foundation",
28     "XCTest",
29     "UIKit"
30   ],
31   "pushed_with_swift_version": "3.0",
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         "FBSnapshotTestCase": [
42           "~> 2.0"
43         ],
44         "Nimble": [
45           "~> 7.0"
46         ],
47         "Quick": [
48           "~> 1.0"
49         ]
50       }
51     },
52     {
53       "name": "DynamicType",
54       "dependencies": {
55         "Nimble-Snapshots/Core": [
57         ]
58       }
59     },
60     {
61       "name": "DynamicSize",
62       "dependencies": {
63         "Nimble-Snapshots/Core": [
65         ]
66       }
67     }
68   ]