blob: 356a95d14c96bd534daad5f19806177a4201bf11 [file] [log] [blame]
{
"name": "IMYWebLoader",
"version": "0.1",
"description": "Web resources loading by Prefetch/Cache/Hook, Support UIWebView/WKWebView ... Orz",
"license": "MIT",
"summary": "支持对 UIWebView/WKWebView 的资源, 进行 预加载、缓存、拦截 等操作 ... Orz",
"homepage": "https://github.com/li6185377/IMYWebLoader",
"authors": {
"ljh": "137249466@qq.com"
},
"source": {
"git": "https://github.com/li6185377/IMYWebLoader.git",
"tag": "0.1"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"source_files": [
"Sources/Private/**/*.{h,m}",
"Sources/Public/**/*.{h,m}"
],
"resources": "Sources/Resources/**/*.{js}",
"weak_frameworks": [
"JavaScriptCore",
"WebKit"
],
"dependencies": {
"XMLDictionary": [
]
}
}