blob: 3f61e7c0f5f26e49f7f95c44f98e3a7f2d1f3ed0 [file] [log] [blame]
{
"name": "TestWork",
"version": "1.0.0",
"summary": "TestWork SDK",
"homepage": "https://github.com/zlbfzl/TestWork",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"source_files": "include/*.h",
"platforms": {
"ios": "6.0"
},
"authors": {
"zl": "295233275@qq.com"
},
"source": {
"git": "https://github.com/zlbfzl/TestWork.git",
"tag": "1.0.0"
},
"resources": "TestWork.bundle",
"ios": {
"vendored_frameworks": "TestWork.framework",
"vendored_libraries": "libSobotLib.a"
},
"frameworks": [
"UIKit",
"Foundation"
]
}