blob: dbec1668f865ab76d01574b239a08390e777b8c1 [file] [log] [blame]
{
"name": "Snap.swift",
"version": "0.2.2",
"summary": "Snapshot testing in a snap",
"description": "Snap is a snapshot testing library to facilitate the UI testing of your views.",
"homepage": "https://github.com/skyweb07/Snap.swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"skyweb07": "hi@oduran.me"
},
"source": {
"git": "https://github.com/skyweb07/Snap.swift.git",
"tag": "0.2.2"
},
"social_media_url": "https://twitter.com/skyweb07",
"platforms": {
"ios": "9.0"
},
"source_files": [
"Snap/Core/**/*",
"Snap/Core/Infrastructure/Interoperability/*.h"
],
"frameworks": [
"UIKit",
"CoreGraphics",
"XCTest"
]
}