blob: 9ef9932a4e41470581b6034e14fac316d7ed1b86 [file] [log] [blame]
{
"name": "FBSnapshotTestCase",
"version": "1.7",
"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": "1.7"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": "XCTest",
"source_files": "FBSnapshotTestCase/**/*.{h,m}"
}