blob: 23015e1f34d5ea03507e766c1f77ee91b822044f [file] [log] [blame]
{
"name": "Nimble-Snapshots",
"version": "0.4.0",
"summary": "Nimble matchers for FBSnapshotTestCase",
"description": " Nimble matchers for FBSnapshotTestCase. Highly derivative of [Expecta Matchers for FBSnapshotTestCase](https://github.com/dblock/ios-snapshot-test-case-expecta).\n",
"homepage": "https://github.com/ashfurrow/Nimble-Snapshots",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ash Furrow": "ash@ashfurrow.com"
},
"social_media_url": "http://twitter.com/ashfurrow",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ashfurrow/Nimble-Snapshots.git",
"tag": "0.4.0"
},
"source_files": [
"HaveValidSnapshot.swift",
"PrettySyntax.swift"
],
"requires_arc": true,
"frameworks": [
"Foundation",
"XCTest"
],
"dependencies": {
"FBSnapshotTestCase": [
"~>1.7"
],
"Nimble": [
"~> 0.4"
],
"Quick": [
"~> 0.3"
]
}
}