blob: 7212f31d1e42ff6d069075cb10856f9a025a2146 [file] [log] [blame]
{
"name": "SmartJSWebView",
"summary": "支持 H5 页面通过 JavaScript 与 Native App 交互的 WebView,兼容 UIWebView 和 WKWebView。",
"description": "支持 H5 页面通过 JavaScript 与 Native App 交互的 WebView,兼容 UIWebView 和 WKWebView,支持白名单功能。",
"version": "1.1.3",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"pcjbird": "pcjbird@hotmail.com"
},
"social_media_url": "http://www.lessney.com",
"homepage": "https://github.com/pcjbird/SmartJSWebView",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/pcjbird/SmartJSWebView.git",
"tag": "1.1.3"
},
"requires_arc": true,
"source_files": "SmartJSWebView/**/*.{h,m}",
"public_header_files": "SmartJSWebView/public_headers/*.{h}",
"frameworks": [
"Foundation",
"UIKit",
"WebKit",
"JavaScriptCore",
"QuartzCore"
],
"resource_bundles": {
"SmartJSWebView": [
"SmartJSWebView/resource/*.*"
]
},
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
}
}