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