blob: 10dbffc6e05dab977b997c7650326c85aa38ebb0 [file] [log] [blame]
{
"name": "Nimble-Snapshots",
"version": "5.0.1",
"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": "5.0.1"
},
"default_subspecs": "Core",
"frameworks": [
"Foundation",
"XCTest"
],
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": [
"HaveValidSnapshot.swift",
"PrettySyntax.swift",
"NimbleSnapshotsConfiguration.swift",
"XCTestObservationCenter+CurrentTestCaseTracker.{h,m}"
],
"dependencies": {
"FBSnapshotTestCase": [
"~> 2.0"
],
"Nimble": [
"~> 7.0"
],
"Quick": [
"~> 1.0"
]
}
},
{
"name": "DynamicType",
"source_files": "DynamicType/*.{swift,m,h}",
"frameworks": "UIKit",
"dependencies": {
"Nimble-Snapshots/Core": [
],
"OCMock": [
"~> 3.3"
]
}
},
{
"name": "DynamicSize",
"source_files": "DynamicSize/*.{swift}",
"frameworks": "UIKit",
"dependencies": {
"Nimble-Snapshots/Core": [
]
}
}
]
}