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