blob: 928b43949744c0786abd091b13be771a480b5cc8 [file] [log] [blame]
{
"name": "MSWebApp",
"version": "1.0.0",
"summary": "A Local cached webView, Support UIWebView/WKWebView. Auto loaded modules from server and `mount` to App",
"description": "Local Cached webView, eazy config, cached the website to your iPhone local folder, for fast visit.\nTry it.",
"homepage": "https://github.com/WildDylan/MSWebApp",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dylan": "dylan@china.com"
},
"source": {
"git": "https://github.com/WildDylan/MSWebApp.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "MSWebApp/Classes/**/*",
"public_header_files": "MSWebApp/Classes/**/*.h",
"frameworks": [
"UIKit",
"Foundation",
"WebKit"
],
"dependencies": {
"AFNetworking": [
],
"WebViewJavascriptBridge": [
],
"LKDBHelper": [
],
"WPZipArchive": [
]
}
}