blob: 41b8382f2f3872e3a79746038bd54a342fa904cd [file] [log] [blame]
{
"name": "MXBridge",
"version": "1.0",
"summary": "Bridge betweeen iOS and JavaScript",
"homepage": "https://github.com/CodingForMoney/MXBridge",
"license": {
"type": "MIT"
},
"authors": {
"luoxianming": "luoxianmingg@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/CodingForMoney/MXBridge.git",
"tag": "1.0"
},
"weak_frameworks": "JavaScriptCore",
"source_files": "MXBridge/*.{h,m}",
"resources": "MXBridge/bridgeJS.js"
}