[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / 5 / 0 / 9 / IMYWebLoader / 0.1 / IMYWebLoader.podspec.json
blob356a95d14c96bd534daad5f19806177a4201bf11
2   "name": "IMYWebLoader",
3   "version": "0.1",
4   "description": "Web resources loading by Prefetch/Cache/Hook, Support UIWebView/WKWebView ... Orz",
5   "license": "MIT",
6   "summary": "支持对 UIWebView/WKWebView 的资源, 进行 预加载、缓存、拦截 等操作 ... Orz",
7   "homepage": "https://github.com/li6185377/IMYWebLoader",
8   "authors": {
9     "ljh": "137249466@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/li6185377/IMYWebLoader.git",
13     "tag": "0.1"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "7.0"
18   },
19   "source_files": [
20     "Sources/Private/**/*.{h,m}",
21     "Sources/Public/**/*.{h,m}"
22   ],
23   "resources": "Sources/Resources/**/*.{js}",
24   "weak_frameworks": [
25     "JavaScriptCore",
26     "WebKit"
27   ],
28   "dependencies": {
29     "XMLDictionary": [
31     ]
32   }