blob: 76b336560e0413806a8b67282817fe04ff64c9d7 [file] [log] [blame]
{
"name": "SPWebView",
"version": "0.0.3",
"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.3"
},
"source_files": [
"SPWebView/LSP/SPWebView/Core/*.{h,m,mm,cpp,c}",
"SPWebView/LSP/SPWebView/Progress/*.{h,m,mm,cpp,c}"
],
"public_header_files": [
"SPWebView/LSP/SPWebView/Core/*.h",
"SPWebView/LSP/SPWebView/Progress/*.h"
],
"resources": "SPWebView/LSP/SPWebView/Resource/SPWebView.bundle",
"frameworks": [
"WebKit",
"JavaScriptCore"
],
"requires_arc": true
}