blob: c9c327dcd1265f6f4b128a9929f1baaa5862cc7c [file] [log] [blame]
{
"name": "SnapshotTest",
"version": "3.0.0",
"summary": "Snapshot testing tool for iOS and tvOS",
"description": "SnapshotTest is a simple view testing tool written completely in Swift to aid with development for Apple platforms. It's like unit testing for views.",
"homepage": "https://github.com/parski/SnapshotTest",
"license": {
"type": "2-clause BSD",
"file": "LICENSE"
},
"authors": {
"Pär Strindevall": "par@strindevall.com",
"André Stenvall": "andre@stenvall.me"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/parski/SnapshotTest.git",
"tag": "3.0.0"
},
"source_files": "Sources/**/*",
"frameworks": [
"Foundation",
"XCTest"
],
"swift_versions": "5",
"swift_version": "5"
}