[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 3 / 1 / d / Expecta+Snapshots / 3.0.0 / Expecta+Snapshots.podspec.json
bloba43e03196d2bcf731acc361d566038aa6e2568bb
2   "name": "Expecta+Snapshots",
3   "version": "3.0.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": "3.0.0"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "*.{h,m}",
21   "frameworks": [
22     "Foundation",
23     "XCTest"
24   ],
25   "dependencies": {
26     "FBSnapshotTestCase/Core": [
27       "~> 2.0"
28     ],
29     "Expecta": [
30       "~> 1.0"
31     ],
32     "Specta": [
33       "~> 1.0"
34     ]
35   }