blob: f177ebbc5217347e1dac32fe94bda440dda22f4b [file] [log] [blame]
{
"name": "VJSBridge",
"version": "0.0.1",
"summary": "This project make a bridge between Objective-C and JavaScript.",
"description": "This project make a bridge between Objective-C and JavaScript. It provides safe and convenient way to call objC code from js and call js code from objC.",
"homepage": "https://github.com/JasonLeee2014/VJSBridge-iOS",
"license": "MIT",
"authors": {
"李俊杰": "comfan2012@icloud.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/JasonLeee2014/VJSBridge-iOS.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"VJSBridge/*.{h,m}"
]
}