[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 7 / e / 5 / GRDBSnapshotTesting / 0.2.1 / GRDBSnapshotTesting.podspec.json
blobc008cdc4e33f67f9fef3c0801022df577e3f42f5
2   "name": "GRDBSnapshotTesting",
3   "version": "0.2.1",
4   "summary": "Snapshot tests for GRDB database migrations",
5   "description": "SnapshotTesting plug-in for testing GRDB database migrations.",
6   "homepage": "https://github.com/SebastianOsinski/GRDBSnapshotTesting",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "SebastianOsinski": "seb.osinski@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/SebastianOsinski/GRDBSnapshotTesting.git",
16     "tag": "0.2.1"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "GRDBSnapshotTesting/Sources/**/*.swift",
23   "dependencies": {
24     "GRDB.swift": [
25       "~> 4.1"
26     ],
27     "SnapshotTesting": [
28       "~> 1.7"
29     ]
30   },
31   "frameworks": "XCTest",
32   "pod_target_xcconfig": {
33     "ENABLE_BITCODE": "NO"
34   },
35   "swift_version": "5.0"