2 "name": "SnapshotTestCase",
3 "module_name": "FBSnapshotTestCase",
5 "summary": "Snapshot view unit tests for iOS/MacOS",
6 "description": "A \"snapshot test case\" takes a configured UIView/NSView 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.",
7 "homepage": "https://github.com/albumprinter/snapshot-test-case",
11 "git": "https://github.com/albumprinter/snapshot-test-case.git",
44 "pod_target_xcconfig": {
45 "ENABLE_BITCODE": "NO"
47 "user_target_xcconfig": {
48 "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
50 "default_subspecs": "SwiftSupport",
51 "swift_version": "4.0",
56 "FBSnapshotTestCase/**/*.{h,m}",
57 "FBSnapshotTestCase/*.{h,m}"
59 "public_header_files": [
60 "FBSnapshotTestCase/FBSnapshotTestCase.h",
61 "FBSnapshotTestCase/FBSnapshotTestCasePlatform.h",
62 "FBSnapshotTestCase/FBSnapshotTestController.h"
65 "private_header_files": [
66 "FBSnapshotTestCase/Categories/UIImage+Compare.h",
67 "FBSnapshotTestCase/Categories/UIImage+Diff.h",
68 "FBSnapshotTestCase/Categories/UIImage+Snapshot.h"
70 "exclude_files": "FBSnapshotTestCase/Categories-macOS/*.{h,m}"
73 "private_header_files": [
74 "FBSnapshotTestCase/Categories/UIImage+Compare.h",
75 "FBSnapshotTestCase/Categories/UIImage+Diff.h",
76 "FBSnapshotTestCase/Categories/UIImage+Snapshot.h"
78 "exclude_files": "FBSnapshotTestCase/Categories-macOS/*.{h,m}"
81 "private_header_files": [
82 "FBSnapshotTestCase/Categories-macOS/NSImage+Compare.h",
83 "FBSnapshotTestCase/Categories-macOS/NSImage+Diff.h",
84 "FBSnapshotTestCase/Categories-macOS/NSImage+Snapshot.h"
86 "exclude_files": "FBSnapshotTestCase/Categories/*.{h,m}"
90 "name": "SwiftSupport",
92 "SnapshotTestCase/Core": [
96 "source_files": "FBSnapshotTestCase/**/*.swift"