blob: 34337b180f38637e46d2e26dcb10ab9a5dc334a2 [file] [log] [blame]
{
"name": "Expecta+Snapshots",
"version": "3.1.0",
"summary": "Expecta matchers for taking view snapshots with FBSnapshotTestCase.",
"description": "Use ios-snapshot-test-case's FBSnapshotTest with Expecta matchers for readability.",
"homepage": "https://github.com/dblock/ios-snapshot-test-case-expecta",
"license": "MIT",
"authors": {
"Daniel Doubrovkine": "dblock@dblock.org",
"orta": "orta.therox@gmail.com"
},
"source": {
"git": "https://github.com/dblock/ios-snapshot-test-case-expecta.git",
"tag": "3.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "*.{h,m}",
"frameworks": [
"Foundation",
"XCTest"
],
"dependencies": {
"FBSnapshotTestCase/Core": [
"~> 2.0"
],
"Expecta": [
"~> 1.0"
],
"Specta": [
"~> 1.0"
]
},
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
}
}