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",
24 "pod_target_xcconfig": {
25 "ENABLE_BITCODE": "NO"
27 "user_target_xcconfig": {
28 "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
30 "default_subspecs": "SwiftSupport",
35 "FBSnapshotTestCase/**/*.{h,m}",
36 "FBSnapshotTestCase/*.{h,m}"
38 "public_header_files": [
39 "FBSnapshotTestCase/FBSnapshotTestCase.h",
40 "FBSnapshotTestCase/FBSnapshotTestCasePlatform.h",
41 "FBSnapshotTestCase/FBSnapshotTestController.h"
43 "private_header_files": [
44 "FBSnapshotTestCase/Categories/UIImage+Compare.h",
45 "FBSnapshotTestCase/Categories/UIImage+Diff.h",
46 "FBSnapshotTestCase/Categories/UIImage+Snapshot.h"
50 "name": "SwiftSupport",
52 "FBSnapshotTestCase/Core": [
56 "source_files": "FBSnapshotTestCase/**/*.swift"