[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 9 / 3 / a / GJTControlsKit / 0.0.8 / GJTControlsKit.podspec.json
blob633a12ab73ed7045f18890c1dcd04f305ce69e9f
2   "name": "GJTControlsKit",
3   "version": "0.0.8",
4   "summary": "Gojito 的控件辅助类",
5   "description": "Gojito 的控件辅助类,他扩展了 UIControl 库",
6   "homepage": "https://github.com/zjh171/GJTControlsKit",
7   "license": "MIT",
8   "authors": {
9     "": ""
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/zjh171/GJTControlsKit",
16     "tag": "0.0.8"
17   },
18   "source_files": [
19     "Classes",
20     "Classes/**/*.{h,m}"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ],
27   "requires_arc": true,
28   "dependencies": {
29     "GJTAdditionKit": [
31     ]
32   }