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",
23 "pod_target_xcconfig": {
24 "ENABLE_BITCODE": "NO"
26 "default_subspecs": "SwiftSupport",
27 "module_map": "FBSnapshotTestCase.modulemap",
32 "FBSnapshotTestCase/**/*.{h,m}",
33 "FBSnapshotTestCase/*.{h,m}"
35 "public_header_files": [
36 "FBSnapshotTestCase/FBSnapshotTestCase.h",
37 "FBSnapshotTestCase/FBSnapshotTestCasePlatform.h",
38 "FBSnapshotTestCase/FBSnapshotTestController.h"
40 "private_header_files": [
41 "FBSnapshotTestCase/Categories/UIImage+Compare.h",
42 "FBSnapshotTestCase/Categories/UIImage+Diff.h",
43 "FBSnapshotTestCase/Categories/UIImage+Snapshot.h"
47 "name": "SwiftSupport",
49 "FBSnapshotTestCase/Core": [
53 "source_files": "FBSnapshotTestCase/**/*.swift"