[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / a / 7 / SPWebView / 0.0.10 / SPWebView.podspec.json
blob0086738c9059a99fd21323e6548b406c693f5d1c
2   "name": "SPWebView",
3   "version": "0.0.10",
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.10",
16     "submodules": true
17   },
18   "frameworks": [
19     "WebKit",
20     "JavaScriptCore"
21   ],
22   "default_subspecs": [
23     "Core",
24     "Progress"
25   ],
26   "resources": "SPWebView/SPWebView/Resource/SPWebView.bundle",
27   "requires_arc": true,
28   "subspecs": [
29     {
30       "name": "Progress",
31       "source_files": "SPWebView/SPWebView/Progress/*.{h,m,mm,cpp,c}",
32       "public_header_files": "SPWebView/SPWebView/Progress/*.h"
33     },
34     {
35       "name": "Core",
36       "dependencies": {
37         "SPWebView/Progress": [
39         ]
40       },
41       "source_files": "SPWebView/SPWebView/Core/*.{h,m,mm,cpp,c}",
42       "public_header_files": "SPWebView/SPWebView/Core/*.h"
43     }
44   ]