blob: 2b77e8a83027135663c7e967f9a172c9e72d1b30 [file] [log] [blame]
{
"name": "SPWebView",
"version": "0.0.11",
"summary": "WeChat WebView component,JS To OC,微信浏览器WebView,简化JS与OC互相调用及传递数据的方式",
"homepage": "https://github.com/lishiping/SPWebView.git",
"license": "LICENSE",
"authors": {
"lishiping": "83118274@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/lishiping/SPWebView.git",
"tag": "0.0.11",
"submodules": true
},
"frameworks": [
"WebKit",
"JavaScriptCore"
],
"default_subspecs": [
"Core",
"Progress"
],
"resources": "SPWebView/SPWebView/Resource/SPWebView.bundle",
"requires_arc": true,
"subspecs": [
{
"name": "Progress",
"source_files": "SPWebView/SPWebView/Progress/*.{h,m,mm,cpp,c}",
"public_header_files": "SPWebView/SPWebView/Progress/*.h"
},
{
"name": "Core",
"dependencies": {
"SPWebView/Progress": [
]
},
"source_files": "SPWebView/SPWebView/Core/*.{h,m,mm,cpp,c}",
"public_header_files": "SPWebView/SPWebView/Core/*.h"
}
]
}