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