blob: b7517df942ec892190abe213b5a7f7403936ba0f [file] [log] [blame]
{
"name": "ExDraw",
"version": "0.0.7",
"summary": "CoreGraphics extra library.",
"description": "CoreGraphics extra library. Add some features to make programming suitable.",
"homepage": "https://gitee.com/clstd/ExDraw",
"license": "MIT",
"authors": {
"王渊鸥": "wangyuanou@foxmail.com"
},
"swift_version": "4.2",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "git@gitee.com:clstd/ExDraw.git",
"tag": "0.0.7"
},
"source_files": [
"ExDraw",
"ExDraw/**/*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude",
"dependencies": {
"ExType": [
]
}
}