blob: dd7b28f9d18c61d37b91348dd347a18d96084e1f [file] [log] [blame]
{
"name": "Zlog",
"version": "1.0.1",
"summary": "Zlog is a lightweight case logging system based on mobile platform.",
"homepage": "https://github.com/yangjie2/Zlog",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yangjie": "yangjie2107@qq.com"
},
"source": {
"git": "https://github.com/yangjie2/Zlog.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "9.0",
"osx": "10.9"
},
"libraries": "z",
"source_files": [
"apple/*",
"src/*.{h,c,cc}",
"src/micro-ecc-master/*.{h,c,inc}"
],
"public_header_files": "apple/*.h"
}