[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 5 / 6 / 8 / SnapshotTesting / 1.7.0 / SnapshotTesting.podspec.json
blob59e85802302dcd7e2e7a0fec0f8d61ba33011c74
2   "name": "SnapshotTesting",
3   "version": "1.7.0",
4   "summary": "Tests that save and assert against reference data",
5   "description": "Automatically record app data into test assertions. Snapshot tests capture\nthe entirety of a data structure and cover far more surface area than a\ntypical unit test.",
6   "homepage": "https://github.com/pointfreeco/swift-snapshot-testing",
7   "license": "MIT",
8   "authors": {
9     "Stephen Celis": "stephen@stephencelis.com",
10     "Brandon Williams": "mbw234@gmail.com"
11   },
12   "social_media_url": "https://twitter.com/pointfreeco",
13   "source": {
14     "git": "https://github.com/pointfreeco/swift-snapshot-testing.git",
15     "tag": "1.7.0"
16   },
17   "swift_versions": [
18     "5.0",
19     "5.1.2"
20   ],
21   "platforms": {
22     "ios": "10.0",
23     "osx": "10.10",
24     "tvos": "10.0"
25   },
26   "frameworks": "XCTest",
27   "pod_target_xcconfig": {
28     "ENABLE_BITCODE": "NO"
29   },
30   "source_files": [
31     "Sources",
32     "Sources/**/*.swift"
33   ],
34   "swift_version": "5.1.2"