blob: 6aa1aa48275806846388618012351de583560050 [file] [log] [blame]
{
"name": "PixelTest",
"version": "1.2.0",
"summary": "PixelTest is a Swift-first, simple and modern snapshot testing tool.",
"description": "PixelTest is a modern, Swift-only snapshot testing tool.\n\nSnapshot testing compares one of your views rendered into an image, to a previously recorded image, allowing for 0% difference or the test will fail.\n\nSnapshot tests are perfect for quickly checking complex layouts, while at the same time future proofing them against accidental changes.\n\nAs an added bonus, PixelTest also clears up after itself. If you fix a failing test, the failure and diff images are automatically removed for you.",
"homepage": "https://github.com/kanecheshire/PixelTest",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kane Cheshire": "kane.cheshire@googlemail.com"
},
"source": {
"git": "https://github.com/kanecheshire/PixelTest.git",
"tag": "1.2.0"
},
"social_media_url": "https://twitter.com/kanecheshire",
"platforms": {
"ios": "9.0"
},
"source_files": "PixelTest/**/*.swift",
"exclude_files": "PixelTest/**/*.plist",
"frameworks": [
"UIKit",
"XCTest"
],
"dependencies": {
"xcproj": [
]
},
"swift_version": "4.2",
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
}
}