[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / a / 6 / SnappyTestCase / 0.1.0 / SnappyTestCase.podspec.json
blob9201648cc33d386396e59f82b5067fbdac08edaa
2   "name": "SnappyTestCase",
3   "version": "0.1.0",
4   "summary": "iOS Simulator type agnostic snapshot testing, built on top of the FBSnapshotTestCase.",
5   "description": "SnappyTestCase combines tests with a set of device definitions (each one including screen size, scale, and orientation) to validate with, ignoring real device simulator context information.",
6   "homepage": "https://github.com/tooploox/SnappyTestCase",
7   "license": "Apache 2.0",
8   "authors": "Tooploox",
9   "platforms": {
10     "ios": "8.0"
11   },
12   "source": {
13     "git": "https://github.com/tooploox/SnappyTestCase.git",
14     "tag": "0.1.0"
15   },
16   "source_files": "Snappy/*.{swift}",
17   "frameworks": [
18     "XCTest",
19     "UIKit",
20     "Foundation"
21   ],
22   "dependencies": {
23     "FBSnapshotTestCase": [
24       "~> 2.1.4"
25     ]
26   },
27   "pushed_with_swift_version": "3.0"