[Add] GluedInCoreSDK 2.5.1
[CocoaPods.git] / Specs / 9 / 2 / c / YPWebView / 1.2.0 / YPWebView.podspec.json
blobb0b2d3aca00bd87a18633302f3a66b56de89a575
2   "name": "YPWebView",
3   "version": "1.2.0",
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": "https://github.com/dadage456",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/dadage456/YPWebView.git",
17     "tag": "1.2.0"
18   },
19   "source_files": [
20     "YPWebView",
21     "Classes/*.{h,m}",
22     "Classes/ScriptMessageHandler/*.{h,m}"
23   ],
24   "frameworks": [
25     "JavaScriptCore",
26     "WebKit"
27   ],
28   "dependencies": {
29     "NJKWebViewProgress": [
31     ]
32   }