blob: c2cf9d81708d1cc23a4d4baaf096125b38c861a7 [file] [log] [blame]
{
"name": "FBSnapshotTestCase",
"version": "2.0.0",
"summary": "Snapshot view unit tests for iOS",
"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",
"homepage": "https://github.com/facebook/ios-snapshot-test-case",
"license": "BSD",
"authors": "Facebook",
"source": {
"git": "https://github.com/facebook/ios-snapshot-test-case.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": "XCTest",
"public_header_files": [
"FBSnapshotTestCase/FBSnapshotTestCase.h",
"FBSnapshotTestCase/FBSnapshotTestCasePlatform.h"
],
"private_header_files": [
"FBSnapshotTestCase/FBSnapshotTestController.h",
"FBSnapshotTestCase/UIImage+Compare.h",
"FBSnapshotTestCase/UIImage+Diff.h"
],
"source_files": "FBSnapshotTestCase/**/*.{h,m,swift}"
}