blob: 232bf484b03f2f13ce219dcaab6eac8b89fbcd2b [file] [log] [blame]
{
"name": "Expecta+Snapshots",
"version": "1.3.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": "1.3.1"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "EXPMatchers+FBSnapshotTest.{h,m}",
"frameworks": [
"Foundation",
"XCTest"
],
"dependencies": [
"Expecta",
"FBSnapshotTestCase"
]
}