[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / 4 / c / Nimble-Snapshots / 6.0.0 / Nimble-Snapshots.podspec.json
blob70ac2d6315c9bc735e80ce2c285f705bdf05929b
2   "name": "Nimble-Snapshots",
3   "version": "6.0.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": "6.0.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       }
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   ]