[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 3 / 1 / d / Expecta+Snapshots / 3.0.1 / Expecta+Snapshots.podspec.json
blob381ba9113bcdc6f53a2ee2bff5c039bd7cf12a26
2   "name": "Expecta+Snapshots",
3   "version": "3.0.1",
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.1"
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   },
36   "pod_target_xcconfig": {
37     "ENABLE_BITCODE": "NO"
38   }