[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 6 / 8 / SnapshotTesting / 1.0.0 / SnapshotTesting.podspec.json
blob45fcb947d1a2f60625bc95f469385a43df8835cb
2   "name": "SnapshotTesting",
3   "version": "1.0.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.0.0"
16   },
17   "swift_version": "4.2",
18   "platforms": {
19     "ios": "10.0",
20     "osx": "10.10",
21     "tvos": "10.0"
22   },
23   "frameworks": "XCTest",
24   "source_files": [
25     "Sources",
26     "Sources/**/*.swift"
27   ]