blob: 50b74fabc2a1babfff6fc59ffac5270a4bc2aadd [file] [log] [blame]
{
"name": "SmartWKWebView",
"version": "0.1.1",
"summary": "A WKWebView modal to show web pages. Written in Swift",
"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.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SmartWKWebView/Classes/**/*",
"resource_bundles": {
"SmartWKWebView": [
"SmartWKWebView/**/*.{storyboard,xib}"
]
},
"resources": "SmartWKWebView/Assets/*.xcassets"
}