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