blob: 1c727af841251ca6419ed486c94aca77d7136936 [file] [log] [blame]
{
"name": "ZBCalculate",
"version": "1.0.0",
"summary": "A short summary of ZBCalculate.",
"description": "A short description of ZBCalculate.",
"homepage": "https://github.com",
"license": {
"type": "MIT"
},
"authors": {
"zeinber": "zhanbin.cheng@tongdun.cn"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/zeinber/ZBCalculate.git",
"tag": "1.0.0"
},
"source_files": "ZBCalculate.framework/Headers/*.{h}",
"vendored_frameworks": "ZBCalculate.framework",
"public_header_files": "ZBCalculate.framework/Headers/ZBCalculate.h",
"frameworks": [
"UIKit",
"Foundation"
]
}