[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 6 / 8 / SnapshotTesting / 1.8.1 / SnapshotTesting.podspec.json
blobc22508e53d9319aad1f6036b98d2a6fe85d64e91
2   "name": "SnapshotTesting",
3   "version": "1.8.1",
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.8.1"
16   },
17   "swift_versions": [
18     "5.0",
19     "5.1.2",
20     "5.2"
21   ],
22   "platforms": {
23     "ios": "11.0",
24     "osx": "10.10",
25     "tvos": "10.0"
26   },
27   "frameworks": "XCTest",
28   "pod_target_xcconfig": {
29     "ENABLE_BITCODE": "NO"
30   },
31   "source_files": [
32     "Sources",
33     "Sources/**/*.swift"
34   ],
35   "swift_version": "5.2"