[Add] Braintree 6.25.0
[CocoaPods.git] / Specs / e / 2 / 3 / SmartWKWebView / 0.1.2 / SmartWKWebView.podspec.json
blobf9d80060f70e1b998852160d891346dbff4d8d41
2   "name": "SmartWKWebView",
3   "version": "0.1.2",
4   "summary": "A WKWebView modal to show web pages. Swift 5.0",
5   "swift_versions": "5.0",
6   "description": "A WKWebView modal to show web pages, providing close button, title and url labels. \nWritten in Swift\n\nInspired by Instagram's web page component.",
7   "homepage": "https://github.com/barisatamer/SmartWKWebView",
8   "screenshots": "https://github.com/barisatamer/SmartWKWebView/blob/master/imgs/demo.gif?raw=true",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "barisatamer": "brsatamer@gmail.com"
15   },
16   "source": {
17     "git": "https://github.com/barisatamer/SmartWKWebView.git",
18     "tag": "0.1.2"
19   },
20   "platforms": {
21     "ios": "9.0"
22   },
23   "source_files": "SmartWKWebView/Classes/**/*",
24   "resource_bundles": {
25     "SmartWKWebView": [
26       "SmartWKWebView/**/*.{storyboard,xib}"
27     ]
28   },
29   "resources": "SmartWKWebView/Assets/*.xcassets",
30   "swift_version": "5.0"