[Add] ReerCodable 1.1.2
[CocoaPods.git] / Specs / 4 / c / 0 / SnappyShrimp / 1.6.2 / SnappyShrimp.podspec.json
blobf853ad6a71590c7e43088d24dc886a1028920f88
2   "name": "SnappyShrimp",
3   "version": "1.6.2",
4   "summary": "New experience of Snapshot testing",
5   "platforms": {
6     "ios": "9.0"
7   },
8   "swift_version": "4.1",
9   "description": "A new, faster way of Snapshot testing. Helps to verify that your view and its layout looks exactly as you expect on all devices, in all orientations, including iPad multitasking mode support and iPhone X support with its specific design.",
10   "homepage": "https://github.com/AndriiDoroshko/SnappyShrimp",
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "RomanTysiachnik": "pot9ka@gmail.com"
17   },
18   "source": {
19     "git": "https://github.com/AndriiDoroshko/SnappyShrimp.git",
20     "tag": "1.6.2"
21   },
22   "social_media_url": "https://twitter.com/Balavor",
23   "source_files": "SnappyShrimp/Sources/**/*",
24   "resources": "SnappyShrimp/Media.xcassets",
25   "frameworks": [
26     "UIKit",
27     "XCTest"
28   ],
29   "dependencies": {
30     "FBSnapshotTestCase": [
31       "~> 2.1.4"
32     ]
33   }