blob: 731c58c6d78b42b359c9ae68e0cfd84c8683fc84 [file] [log] [blame]
{
"name": "JSUBridge",
"version": "1.0.0",
"summary": "Universal framework for JavaScript & Objective-C Invoking.",
"description": "An universal framework to help JavaScript programmer to develop apps without \n checking whether the running OS is iOS/macOS nor Android anymore!",
"homepage": "https://github.com/siriuscn/JSUBridge",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sirius": "331862034@qq.com"
},
"source": {
"git": "https://github.com/siriuscn/JSUBridge.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "JSUBridge/Classes/**/*",
"frameworks": "WebKit"
}