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