[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / d / b / ExDraw / 0.0.3 / ExDraw.podspec.json
blob7da642e026e8d4df76fce8e305434805301e3d49
2   "name": "ExDraw",
3   "version": "0.0.3",
4   "summary": "CoreGraphics extra library.",
5   "description": "CoreGraphics extra library. Add some features to make programming suitable.",
6   "homepage": "https://git.coding.net/danielwyo/ExDraw.git",
7   "license": "MIT",
8   "authors": {
9     "王渊鸥": "wangyuanou@foxmail.com"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "source": {
15     "git": "https://git.coding.net/danielwyo/ExDraw.git",
16     "tag": "0.0.3"
17   },
18   "source_files": [
19     "ExDraw",
20     "ExDraw/**/*.{h,m,swift}"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "dependencies": {
24     "ExType": [
26     ],
27     "ExRect": [
29     ]
30   }