| { |
| "name": "EarlGreySnapshots", |
| "version": "0.0.3", |
| "summary": "EarlGrey action for snapshot testing.", |
| "description": "EarlGrey actions for FBSnapshotTestCase. Provides functional tests counterpart for [Nimble Snapshots](https://github.com/ashfurrow/Nimble-Snapshots).", |
| "homepage": "https://github.com/elpassion/EarlGreySnapshots", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "turekj": "jkbturek@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/elpassion/EarlGreySnapshots.git", |
| "tag": "0.0.3" |
| }, |
| "social_media_url": "https://twitter.com/KubaTurek", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "EarlGreySnapshots/Classes/**/*", |
| "frameworks": [ |
| "Foundation", |
| "XCTest" |
| ], |
| "dependencies": { |
| "EarlGrey": [ |
| "~> 1.12" |
| ], |
| "FBSnapshotTestCase": [ |
| "~> 2.1" |
| ] |
| }, |
| "pushed_with_swift_version": "3.2" |
| } |