{ | |
"name": "IDWebViewJavaScriptBridge", | |
"version": "0.0.1", | |
"summary": "An iOS bridge for sending messages between Obj-C and JavaScript in WKWebViews", | |
"homepage": "https://github.com/ZLK0011/IDWebViewJavaScriptBridge", | |
"license": "MIT", | |
"authors": { | |
"ZLK0011": "zlk8080@163.com" | |
}, | |
"platforms": { | |
"ios": "8.0" | |
}, | |
"source": { | |
"git": "https://github.com/ZLK0011/IDWebViewJavaScriptBridge.git", | |
"tag": "0.0.1" | |
}, | |
"source_files": [ | |
"JSBridge", | |
"JSBridge/**/*.{h,m}" | |
], | |
"requires_arc": true | |
} |