[Add] BlueIDAccessSDK 2.30.0
[CocoaPods.git] / Specs / 5 / 9 / 0 / CJUITool / 0.0.2 / CJUITool.podspec.json
blobc0903e26dd5aaaaa2c192bc26ce82c1e5a484a29
2   "name": "CJUITool",
3   "version": "0.0.2",
4   "summary": "快速创建各种系统UI控件.",
5   "description": "快速创建各种系统UI控件.需要pod Masonry",
6   "homepage": "https://github.com/klasower/CJUIKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "chujian.zheng": "cjever@aliyun.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/klasower/CJUIKit.git",
19     "tag": "0.0.2"
20   },
21   "source_files": [
22     "CJUIKit",
23     "CJUIKit/CJUIKit/CJUIKit/**/*.{h,m}"
24   ],
25   "dependencies": {
26     "Masonry": [
28     ]
29   }