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