blob: ac6e044ad09d4e358b419b8ec106cbfb92ad3804 [file] [log] [blame]
{
"name": "Nimble-Snapshots",
"version": "3.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"
},
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
},
"source": {
"git": "https://github.com/ashfurrow/Nimble-Snapshots.git",
"tag": "3.0.0"
},
"source_files": [
"HaveValidSnapshot.swift",
"PrettySyntax.swift",
"NimbleSnapshotsConfiguration.swift"
],
"requires_arc": true,
"frameworks": [
"Foundation",
"XCTest"
],
"dependencies": {
"FBSnapshotTestCase": [
"~> 2.0.7"
],
"Nimble": [
],
"Quick": [
]
}
}