[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / a / 7 / SPWebView / 0.0.14 / SPWebView.podspec.json
blob0d9ee2d42a5a68d87ad2e7cfedd464cb4ee1fdd5
2   "name": "SPWebView",
3   "version": "0.0.14",
4   "summary": "WeChat WebView component,JS To OC,微信浏览器WebView,简化JS与OC互相调用及传递数据的方式",
5   "homepage": "https://github.com/lishiping/SPWebView.git",
6   "license": "LICENSE",
7   "authors": {
8     "lishiping": "83118274@qq.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/lishiping/SPWebView.git",
15     "tag": "0.0.14",
16     "submodules": true
17   },
18   "frameworks": [
19     "WebKit",
20     "JavaScriptCore"
21   ],
22   "default_subspecs": "Core",
23   "resources": "SPWebView/SPWebView/Resource/SPWebView.bundle",
24   "requires_arc": true,
25   "subspecs": [
26     {
27       "name": "Core",
28       "dependencies": {
29         "NJKWebViewProgress": [
30           "0.2.3"
31         ]
32       },
33       "source_files": "SPWebView/SPWebView/Core/*.{h,m,mm,cpp,c}",
34       "public_header_files": "SPWebView/SPWebView/Core/*.h"
35     }
36   ]