blob: 3f6d13a0f88c8ad3367e4bb445b9a764cf60cfe5 [file] [log] [blame]
{
"name": "SmartJSWebView",
"summary": "支持 H5 页面通过 JavaScript 与 Native App 交互的 WebView,兼容 UIWebView 和 WKWebView。",
"version": "1.0.1",
"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.0.1"
},
"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"
}
}