2 "name": "FBSnapshotTestCase",
4 "summary": "Snapshot view unit tests for iOS",
5 "description": "A \"snapshot test case\" takes a configured UIView or CALayer\nand uses the renderInContext: method to get an image snapshot\nof its contents. It compares this snapshot to a \"reference image\"\nstored in your source code repository and fails the test if the\ntwo images don't match.",
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 "pod_target_xcconfig": {
19 "ENABLE_BITCODE": "NO"
21 "public_header_files": [
22 "FBSnapshotTestCase/FBSnapshotTestCase.h",
23 "FBSnapshotTestCase/FBSnapshotTestCasePlatform.h"
25 "private_header_files": [
26 "FBSnapshotTestCase/FBSnapshotTestController.h",
27 "FBSnapshotTestCase/UIImage+Compare.h",
28 "FBSnapshotTestCase/UIImage+Diff.h"
30 "default_subspecs": "SwiftSupport",
34 "source_files": "FBSnapshotTestCase/**/*.{h,m}"
37 "name": "SwiftSupport",
39 "FBSnapshotTestCase/Core": [
43 "source_files": "FBSnapshotTestCase/**/*.swift"