blob: 2aec204cfb70422bc3b639859af4bccee0d364b8 [file] [log] [blame]
{
"name": "WebkitViewController",
"version": "0.1.8",
"summary": "WebkitViewController is a WKWebView-based WebViewController with Zen mind.",
"description": "WebkitViewController is a simple WKWebView-based WebViewController written purely in Swift.\n\n* Basic navigation functions such as Next, Back, Reload, Action.\n* Compatible with any orientation regardless of device type.\n\nIt tries to remain as basic as what an in-app webView would be.",
"homepage": "https://github.com/mshrwtnb/WebkitViewController",
"license": "MIT",
"authors": {
"Masahiro Watanabe": "m@nsocean.org"
},
"source": {
"git": "https://github.com/mshrwtnb/WebkitViewController.git",
"tag": "0.1.8"
},
"platforms": {
"ios": "8.0"
},
"source_files": "WebkitViewController/Classes/**/*",
"resources": [
"WebkitViewController/Assets/*.png"
],
"frameworks": [
"UIKit",
"MapKit"
]
}