2 "name": "FBSnapshotTestCase",
4 "summary": "Snapshot view unit tests for iOS",
5 "description": " A \"snapshot test case\" takes a configured UIView or CALayer\n and uses the renderInContext: method to get an image snapshot\n of its contents. It compares this snapshot to a \"reference image\"\n stored in your source code repository and fails the test if the\n two images don't match.\n",
6 "homepage": "https://github.com/facebook/ios-snapshot-test-case",
10 "git": "https://github.com/facebook/ios-snapshot-test-case.git",
17 "frameworks": "XCTest",
18 "public_header_files": [
19 "FBSnapshotTestCase/FBSnapshotTestCase.h",
20 "FBSnapshotTestCase/FBSnapshotTestCasePlatform.h"
22 "private_header_files": [
23 "FBSnapshotTestCase/FBSnapshotTestController.h",
24 "FBSnapshotTestCase/UIImage+Compare.h",
25 "FBSnapshotTestCase/UIImage+Diff.h"
27 "default_subspecs": "SwiftSupport",
31 "source_files": "FBSnapshotTestCase/**/*.{h,m}"
34 "name": "SwiftSupport",
36 "FBSnapshotTestCase/Core": [
40 "source_files": "FBSnapshotTestCase/**/*.swift"