blob: 2f994957b36a67279bfc41c817bf562a14cb6251 [file] [log] [blame]
{
"name": "Nimble-Snapshots",
"version": "6.4.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": "8.0",
"tvos": "9.0"
},
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
},
"source": {
"git": "https://github.com/ashfurrow/Nimble-Snapshots.git",
"tag": "6.4.0"
},
"default_subspecs": "Core",
"frameworks": [
"Foundation",
"XCTest",
"UIKit"
],
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": [
"*.{h,m,swift}",
"DynamicType/*.{swift,m,h}",
"DynamicSize/*.{swift}"
],
"dependencies": {
"iOSSnapshotTestCase": [
"~> 2.0"
],
"Nimble": [
"~> 7.0"
]
}
},
{
"name": "DynamicType",
"dependencies": {
"Nimble-Snapshots/Core": [
]
}
},
{
"name": "DynamicSize",
"dependencies": {
"Nimble-Snapshots/Core": [
]
}
}
]
}