blob: 5af22d1adfbc90b1c49753bb394986614954bd0f [file] [log] [blame]
{
"name": "ExWatch",
"version": "0.0.5",
"summary": "Simple tool to watch value change",
"description": "简单的数据监视工具",
"homepage": "https://gitee.com/clstd/ExWatch",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"danielwyo": "wangyuanou@foxmail.com"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source": {
"git": "https://gitee.com/clstd/ExWatch.git",
"tag": "0.0.5"
},
"source_files": [
"ExWatch",
"ExWatch/**/*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude",
"dependencies": {
"ExMedia": [
]
}
}