blob: cbb4e212a8175373312b6c108e2cffe29f1dc560 [file] [log] [blame]
{
"name": "symdl",
"version": "0.1.0",
"summary": "symdl",
"description": "symdl is a simple little tool, its function is very similar to dlsym, with symdl, you can pass in the dynamic linked C function name string, get the function pointer, so as to achieve the dynamic call of C function.",
"homepage": "https://github.com/YPLiang19/symdl",
"license": "MIT",
"authors": {
"Yong PengLiang": "yong_pliang@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/YPLiang19/symdl.git",
"tag": "0.1.0"
},
"vendored_frameworks": "symdl.framework"
}