blob: a5b15ee523980ae06e51c80afc79371eee8fd69c [file] [log] [blame]
{
"name": "Nimble-Snapshots",
"version": "8.1.0",
"summary": "Nimble matchers for iOSSnapshotTestCase",
"description": "Nimble matchers for iOSSnapshotTestCase. Highly derivative of [Expecta Matchers for iOSSnapshotTestCase](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": "10.0",
"tvos": "9.0"
},
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
},
"source": {
"git": "https://github.com/ashfurrow/Nimble-Snapshots.git",
"tag": "8.1.0"
},
"default_subspecs": "Core",
"frameworks": [
"Foundation",
"XCTest",
"UIKit"
],
"subspecs": [
{
"name": "Core",
"source_files": [
"Nimble_Snapshots/*.{h,m,swift}",
"Nimble_Snapshots/DynamicType/*.{swift,m,h}",
"Nimble_Snapshots/DynamicSize/*.{swift}"
],
"dependencies": {
"iOSSnapshotTestCase": [
"~> 6.0"
],
"Nimble": [
"~> 8.0"
]
}
},
{
"name": "DynamicType",
"dependencies": {
"Nimble-Snapshots/Core": [
]
}
},
{
"name": "DynamicSize",
"dependencies": {
"Nimble-Snapshots/Core": [
]
}
}
],
"swift_version": "5.0"
}