blob: 7429a9d3f44038440429add2424c79ce5f16cc7e [file] [log] [blame]
{
"name": "DYJSBridge",
"version": "1.0",
"summary": "An easy way to implement js and OC Call",
"homepage": "https://github.com/dongyang-source/DYJSBridge",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dongyang": "1060380608@qq.com"
},
"source": {
"git": "https://github.com/dongyang-source/DYJSBridge.git",
"tag": "1.0"
},
"source_files": "DYJSBridge/*.{h,m}",
"resources": "DYJSBridge/*.js",
"private_header_files": "DYJSBridge/InjectionObjectInfo.h",
"frameworks": "UIKit",
"platforms": {
"ios": "8.0"
},
"requires_arc": true
}