[Add] RDLiquidSpreadButton 1.0
[CocoaPods.git] / Specs / 3 / 1 / d / Expecta+Snapshots / 1.3.3 / Expecta+Snapshots.podspec.json
blobc0e0157a335e27c17265392c0c22aed3c388a3ee
2   "name": "Expecta+Snapshots",
3   "version": "1.3.3",
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.3.3"
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     "FBSnapshotTestCase": [
27       "1.6"
28     ],
29     "Expecta": [
30       "~> 0.3"
31     ]
32   }