blob: 60678f346841ba06cd646f9aa79238a4064d7d8a [file] [log] [blame]
{
"name": "Expecta+Snapshots",
"version": "2.0.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": "2.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "*.{h,m}",
"frameworks": [
"Foundation",
"XCTest"
],
"dependencies": {
"FBSnapshotTestCase/Core": [
"~> 2.0.3"
],
"Expecta": [
"~> 1.0"
]
}
}