[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 4 / c / 0 / SnappyShrimp / 1.6 / SnappyShrimp.podspec.json
blobdd7eef4a6b063a0f15383241b1841d3646a67847
2   "name": "SnappyShrimp",
3   "version": "1.6",
4   "summary": "New experience of Snapshot testing",
5   "platforms": {
6     "ios": "9.0"
7   },
8   "swift_version": "4.0",
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"
21   },
22   "social_media_url": "https://twitter.com/Balavor",
23   "source_files": "SnappyShrimp/*",
24   "frameworks": [
25     "UIKit",
26     "XCTest"
27   ],
28   "dependencies": {
29     "FBSnapshotTestCase": [
30       "~> 2.1.4"
31     ]
32   }