[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / 9 / 2 / c / YPWebView / 0.0.2 / YPWebView.podspec.json
blob3f2bf6baa6ad22d141b8b2561165219edc0027e2
2   "name": "YPWebView",
3   "version": "0.0.2",
4   "summary": "混合UIWebView和WKWebView",
5   "description": "混合UIWebView和WKWebView,根据系统自动选择控件...",
6   "homepage": "https://github.com/dadage456/YPWebView",
7   "license": "MIT",
8   "authors": {
9     "GaotangZhang": "dadage456@163.com"
10   },
11   "social_media_url": "http://blog.yuanpower.me/",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/dadage456/YPWebView.git",
17     "tag": "0.0.2"
18   },
19   "source_files": [
20     "YPWebView",
21     "Classes/*.{h,m}"
22   ],
23   "frameworks": [
24     "JavaScriptCore",
25     "WebKit"
26   ],
27   "dependencies": {
28     "NJKWebViewProgress": [
30     ]
31   }