[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / 1 / e / IMYWebView / 0.6 / IMYWebView.podspec.json
blob742e18dd5012de7e7e1be9d3cf83807addb919fc
2   "name": "IMYWebView",
3   "version": "0.6",
4   "summary": "UIWebView seamless switching to WKWebView",
5   "description": "UIWebView 无缝切换成 WKWebView 并支持查看UIWebView的显示进度",
6   "homepage": "https://github.com/li6185377/IMYWebView",
7   "license": "MIT",
8   "authors": {
9     "Jianghuai Li": "li6185377@163.com"
10   },
11   "source": {
12     "git": "https://github.com/li6185377/IMYWebView.git",
13     "tag": "0.6"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "source_files": "Classes/**/*.{h,m}",
19   "requires_arc": true,
20   "weak_frameworks": [
21     "WebKit",
22     "JavaScriptCore"
23   ]