blob: 8897da8f0acee8e6d2e889067a6d1a0fe4a9f1fb [file] [log] [blame]
{
"name": "WebController",
"version": "0.1.0",
"summary": "UIViewController with easy WKWebView",
"description": "A UIViewController with a WKWebView.\nThere is a UIProgressView to show the loading status of the site.\nThis is done when the scheme is not http or https.\nDynamically changing data can be handled by a delegate.",
"homepage": "https://github.com/pikachu987/WebController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"pikachu987": "pikachu77769@gmail.com"
},
"source": {
"git": "https://github.com/pikachu987/WebController.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"source_files": "WebController/Classes/**/*"
}