[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 3 / 1 / d / Expecta+Snapshots / 1.2.0 / Expecta+Snapshots.podspec.json
blobc0bc5ea17bb961d8d8ade6ff30de17e4f74ddf31
2   "name": "Expecta+Snapshots",
3   "version": "1.2.0",
4   "summary": "Expecta matchers for taking view snapshots with FBSnapshotTestCase.",
5   "description": "Use ios-snapshot-test-case's FBSnapshotTest with Expecta matchers for readability.",
6   "homepage": "https://github.com/dblock/ios-snapshot-test-case-expecta",
7   "license": "MIT",
8   "authors": {
9     "Daniel Doubrovkine": "dblock@dblock.org",
10     "orta": "orta.therox@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/dblock/ios-snapshot-test-case-expecta.git",
14     "tag": "1.2.0"
15   },
16   "platforms": {
17     "ios": "6.0"
18   },
19   "requires_arc": true,
20   "source_files": "EXPMatchers+FBSnapshotTest.{h,m}",
21   "frameworks": [
22     "Foundation",
23     "XCTest"
24   ],
25   "dependencies": [
26     "Expecta",
27     "FBSnapshotTestCase"
28   ]