blob: 054b76d198196908063a54dbfaef09e45992a3b7 [file] [log] [blame]
{
"name": "FCBridge",
"version": "1.0.0",
"summary": "本库 是用来桥接oc 与 js的交互, 使用js调用oc的对应方法,来获取oc原生功能的实现。",
"description": "本库 是用来桥接oc 与 js的交互, 使用js调用oc的对应方法,来获取oc原生功能的实现。",
"homepage": "https://github.com/ZMKing/FCBridge",
"license": "MIT",
"authors": {
"": ""
},
"source": {
"git": "https://github.com/ZMKing/FCBridge.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "FCBridge/**/*.{h,m}",
"resources": "FCBridge/*.bundle",
"requires_arc": true
}