blob: 6c2032e53ada3daf4740eb1bc10ec6122ff50107 [file] [log] [blame]
{
"name": "Snap.swift",
"version": "0.1.0",
"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.1.0"
},
"social_media_url": "https://twitter.com/skyweb07",
"platforms": {
"ios": "9.0"
},
"source_files": "Snap/Core/**/*",
"frameworks": [
"UIKit",
"CoreGraphics",
"XCTest"
]
}