blob: 16d7f80d91d017e18147480203fd2dc461abc4ce [file] [log] [blame]
{
"name": "EarlGreySnapshots",
"version": "0.0.1",
"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.1"
},
"social_media_url": "https://twitter.com/KubaTurek",
"platforms": {
"ios": "9.0"
},
"source_files": "EarlGreySnapshots/Classes/**/*",
"frameworks": [
"Foundation",
"XCTest"
],
"dependencies": {
"EarlGrey": [
"~> 1.9"
],
"FBSnapshotTestCase": [
"~> 2.1"
]
},
"pushed_with_swift_version": "3.0"
}