[Add] ZCShareSDK 0.0.12
[CocoaPods.git] / Specs / a / 1 / e / IMYWebView / 0.4 / IMYWebView.podspec.json
blob8556f82a75e9535051df1872246def9b50e6a403
2   "name": "IMYWebView",
3   "version": "0.4",
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.4"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "source_files": [
19     "Classes/*.{h,m}",
20     "Classes/*/*.{h,m}"
21   ],
22   "requires_arc": true,
23   "weak_frameworks": [
24     "WebKit"
25   ]