[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 0 / a / 8 / Snap.swift / 0.2.1 / Snap.swift.podspec.json
blob12b2ae0f453c3c8e32595cc39df27bf69f4b857d
2   "name": "Snap.swift",
3   "version": "0.2.1",
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.2.1"
17   },
18   "social_media_url": "https://twitter.com/skyweb07",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": [
23     "Snap/Core/**/*",
24     "Snap/Core/Infrastructure/Interoperability/*.h"
25   ],
26   "frameworks": [
27     "UIKit",
28     "CoreGraphics",
29     "XCTest"
30   ]