| { |
| "name": "HDFWKWebViewJavascriptBridge", |
| "version": "0.0.1", |
| "summary": "An iOS bridge for sending messages between Obj-C/Swift and JavaScript in WKWebViews", |
| "homepage": "git@hdfgit:/Data/git/ios/HDFComponent/HDFBaseComponent/HDFWKWebViewJavascriptBridge.git", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "zhangjingjing": "zhangjingjing12@haodf.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "git@hdfgit:/Data/git/ios/HDFComponent/HDFBaseComponent/HDFWKWebViewJavascriptBridge.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "HDFWKWebViewJavascriptBridge/*.{h,m}", |
| "ios": { |
| "private_header_files": "HDFWKWebViewJavascriptBridge/WebViewJavascriptBridge_JS.h" |
| }, |
| "frameworks": [ |
| "UIKit", |
| "WebKit" |
| ], |
| "requires_arc": true |
| } |