blob: 2b13d8415ceedb7b39f0f444d9901b43b983d024 [file] [log] [blame]
{
"name": "Expecta+Snapshots",
"version": "3.1.1",
"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.1"
},
"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"
}
}