[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 4 / 6 / b / SnapshotTest / 2.1.0 / SnapshotTest.podspec.json
blob0c2ae09af59a286206b7e5c587eeec99afa562fd
2   "name": "SnapshotTest",
3   "version": "2.1.0",
4   "summary": "Snapshot testing tool for iOS and tvOS",
5   "description": "SnapshotTest is a simple view testing tool written completely in Swift to aid with development for Apple platforms. It's like unit testing for views.",
6   "homepage": "https://github.com/parski/SnapshotTest",
7   "license": {
8     "type": "2-clause BSD",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Pär Strindevall": "par@strindevall.com",
13     "André Stenvall": "andre@stenvall.me"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "tvos": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/parski/SnapshotTest.git",
21     "tag": "2.1.0"
22   },
23   "source_files": "Sources/**/*",
24   "frameworks": [
25     "Foundation",
26     "XCTest"
27   ],
28   "pod_target_xcconfig": {
29     "ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES": "YES"
30   }