blob: ddc799103706ed1e90169b6cf5193c93c81c4f83 [file] [log] [blame]
{
"name": "CJWKWebViewController",
"version": "1.0.1",
"summary": "A WKWebview based UIViewController that can be imported for browsing web content in the App.",
"description": "A WKWebview based UIViewController that can be imported for browsing web content in the App. It makes easy to show web content for your app.",
"homepage": "https://github.com/jie-cao/CJWKWebViewController",
"license": "MIT",
"authors": {
"Jie": "jie_cao@hotmail.com"
},
"source": {
"git": "https://github.com/jie-cao/CJWKWebViewController.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "CJWebBrowser/*",
"frameworks": [
"Foundation",
"UIKit",
"WebKit"
]
}