blob: b82de88814d802db89f045cc71ae0c653f980c5d [file] [log] [blame]
{
"name": "LYWebViewController",
"version": "0.1.0",
"summary": "A solution for iOS WebView.",
"description": "A solution for iOS WebView. It provides JSBridge and off-line resoure support for both UIWebView and WKWebView.",
"homepage": "https://github.com/DoTalkLily/LYWebViewController",
"license": "MIT",
"authors": {
"DoTalkLily": "343195590@qq.com"
},
"source": {
"git": "https://github.com/DoTalkLily/LYWebViewController.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LYWebViewController/Classes/**/*.{h,m}",
"resource_bundles": {
"LYWebViewController": [
"LYWebViewController/Resources/*"
]
},
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation",
"WebKit"
],
"public_header_files": "LYWebViewController/Classes/**/*.h",
"dependencies": {
"MJRefresh": [
]
}
}