[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / a / 8 / Snap.swift / 0.1.0 / Snap.swift.podspec.json
blob6c2032e53ada3daf4740eb1bc10ec6122ff50107
2   "name": "Snap.swift",
3   "version": "0.1.0",
4   "summary": "Snapshot testing in a snap",
5   "description": "Snap is a snapshot testing library to facilitate the UI testing of your views.",
6   "homepage": "https://github.com/skyweb07/Snap.swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "skyweb07": "hi@oduran.me"
13   },
14   "source": {
15     "git": "https://github.com/skyweb07/Snap.swift.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/skyweb07",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "Snap/Core/**/*",
23   "frameworks": [
24     "UIKit",
25     "CoreGraphics",
26     "XCTest"
27   ]