blob: 9201648cc33d386396e59f82b5067fbdac08edaa [file] [log] [blame]
{
"name": "SnappyTestCase",
"version": "0.1.0",
"summary": "iOS Simulator type agnostic snapshot testing, built on top of the FBSnapshotTestCase.",
"description": "SnappyTestCase combines tests with a set of device definitions (each one including screen size, scale, and orientation) to validate with, ignoring real device simulator context information.",
"homepage": "https://github.com/tooploox/SnappyTestCase",
"license": "Apache 2.0",
"authors": "Tooploox",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/tooploox/SnappyTestCase.git",
"tag": "0.1.0"
},
"source_files": "Snappy/*.{swift}",
"frameworks": [
"XCTest",
"UIKit",
"Foundation"
],
"dependencies": {
"FBSnapshotTestCase": [
"~> 2.1.4"
]
},
"pushed_with_swift_version": "3.0"
}