blob: f9d80060f70e1b998852160d891346dbff4d8d41 [file] [log] [blame]
{
"name": "SmartWKWebView",
"version": "0.1.2",
"summary": "A WKWebView modal to show web pages. Swift 5.0",
"swift_versions": "5.0",
"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.",
"homepage": "https://github.com/barisatamer/SmartWKWebView",
"screenshots": "https://github.com/barisatamer/SmartWKWebView/blob/master/imgs/demo.gif?raw=true",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"barisatamer": "brsatamer@gmail.com"
},
"source": {
"git": "https://github.com/barisatamer/SmartWKWebView.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SmartWKWebView/Classes/**/*",
"resource_bundles": {
"SmartWKWebView": [
"SmartWKWebView/**/*.{storyboard,xib}"
]
},
"resources": "SmartWKWebView/Assets/*.xcassets",
"swift_version": "5.0"
}