blob: 1b89c671a331ddb991dfeee1eb9757359e282da2 [file] [log] [blame]
{
"name": "JSBridgeX",
"version": "0.1.4",
"summary": "JavaScript Bridge for iOS and Android",
"description": "JavaScript Bridge between Native (iOS/Android) and JavaScript",
"homepage": "https://github.com/uwunmn/JSBridgeX",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"陈小辉": "knop0211@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/uwunmn/JSBridgeX.git"
},
"source_files": "iOS/lib/*.swift",
"resource_bundles": {
"JSBridgeX": [
"iOS/lib/JSBridge.js"
]
},
"pushed_with_swift_version": "2.3"
}