blob: c3b6f497223074003a780552158110b738b7400c [file] [log] [blame]
{
"name": "Nimble-Snapshots",
"version": "1.0.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).",
"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": "1.0.0"
},
"source_files": [
"HaveValidSnapshot.swift",
"PrettySyntax.swift",
"NimbleSnapshotsConfiguration.swift"
],
"requires_arc": true,
"frameworks": [
"Foundation",
"XCTest"
],
"dependencies": {
"FBSnapshotTestCase": [
"~>1.7"
],
"Nimble": [
"~> 2.0.0-rc.2"
],
"Quick": [
"~> 0.5"
]
}
}