5 "homepage": "https://github.com/dvlproad/CJUIKit",
6 "description": "*、CJImageView(包含CJBadgeImageView),用于设置imageView的title和badge;\n*、UITextField:包含文本框类别及新的自定义文本框\n*、CJTextView:类似微信文本输入框实现\n*、已在CJMJRefreshComponent中包含pod 'MJRefresh', '~> 3.1.12'\n*、UIColor+CJHex:用来通过十六进制来设置颜色。 支持@“#123456”、 @“0X123456”、 @“123456”三种格式\n*、UIImage+CJCategory:\n*、CJSlider\n\n A longer description of CJPopupAction in Markdown format.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!",
15 "git": "https://github.com/dvlproad/CJUIKit.git",
16 "tag": "CJBaseUIKit_0.0.19"
18 "source_files": "CJUIKit/*.{h,m}",
19 "frameworks": "UIKit",
23 "name": "UIColor+CJCategory",
24 "source_files": "CJUIKit/UIColor+CJCategory/**/*.{h,m}"
27 "name": "UIImage+CJCategory",
28 "source_files": "CJUIKit/UIImage+CJCategory/**/*.{h,m}"
31 "name": "UIViewController",
32 "source_files": "CJUIKit/UIViewController/**/*.{h,m}",
33 "resources": "CJUIKit/UIViewController/**/*.{png,xib}"
36 "name": "UINavigationBar+CJCategory",
37 "source_files": "CJUIKit/UINavigationBar+CJCategory/**/*.{h,m}"
40 "name": "UIView+CJCategory",
41 "source_files": "CJUIKit/UIView+CJCategory/**/*.{h,m}"
45 "source_files": "CJUIKit/UIWindow/**/*.{h,m}"
48 "name": "UIButton+CJCategory",
49 "source_files": "CJUIKit/UIButton+CJCategory/**/*.{h,m}"
52 "name": "CJImageView",
53 "source_files": "CJUIKit/CJImageView/**/*.{h,m}"
56 "name": "UITextField",
57 "source_files": "CJUIKit/UITextField/**/*.{h,m}"
61 "source_files": "CJUIKit/CJTextView/**/*.{h,m}"
65 "source_files": "CJUIKit/UIToolbar/**/*.{h,m}"
68 "name": "CJScrollView",
69 "source_files": "CJUIKit/CJScrollView/**/*.{h,m}"
73 "source_files": "CJUIKit/CJSlider/**/*.{h,m}"
76 "name": "CJRefreshView",
77 "source_files": "CJUIKit/CJRefreshView/**/*.{h,m}"
80 "name": "CJMJRefreshComponent",
81 "source_files": "CJUIKit/CJMJRefreshComponent/**/*.{h,m}",
82 "resources": "CJUIKit/CJMJRefreshComponent/**/*.{png,xib}",
91 "source_files": "CJUIKit/CJToast/**/*.{h,m}",
92 "resources": "CJUIKit/CJToast/**/*.{png,xib}",
101 "source_files": "CJUIKit/CJManager/**/*.{h,m}"