[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 0 / a / 8 / Snap.swift / 0.2.2 / Snap.swift.podspec.json
blobdbec1668f865ab76d01574b239a08390e777b8c1
2   "name": "Snap.swift",
3   "version": "0.2.2",
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.2"
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   ]