5 "homepage": "https://github.com/dvlproad/CJUIKit",
6 "description": "1、CJImageView(包含CJBadgeImageView),用于设置imageView的title和badge;\n2、CJTextView:类似微信文本输入框实现\n3、已在CJMJRefreshComponent中包含pod 'MJRefresh', '~> 3.1.12'\n*、UIColor+CJHex:用来通过十六进制来设置颜色。 支持@“#123456”、 @“0X123456”、 @“123456”三种格式\n*、UIImage+CJCategory:\n4、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": "UIImage+CJCategory_0.0.9"
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": "UIView+Category",
32 "source_files": "CJUIKit/UIView+Category/**/*.{h,m}"
35 "name": "UIButton+CJCategory",
36 "source_files": "CJUIKit/UIButton+CJCategory/**/*.{h,m}"
39 "name": "CJImageView",
40 "source_files": "CJUIKit/CJImageView/**/*.{h,m}"
43 "name": "CJTextField",
44 "source_files": "CJUIKit/CJTextField/**/*.{h,m}"
48 "source_files": "CJUIKit/CJTextView/**/*.{h,m}"
51 "name": "CJScrollView",
52 "source_files": "CJUIKit/CJScrollView/**/*.{h,m}"
57 "CJUIKit/CJSlider/*.{h,m}",
58 "CJUIKit/CJSlider/Model/**/*.{h,m}"
62 "name": "CJPlayerSlider",
63 "source_files": "CJUIKit/CJSlider/CJPlayerSlider/**/*.{h,m}"
66 "name": "CJSliderControl",
67 "source_files": "CJUIKit/CJSlider/CJSliderControl/**/*.{h,m}",
69 "CJBaseUIKit/UIImage+CJCategory": [
77 "name": "CJRefreshView",
78 "source_files": "CJUIKit/CJRefreshView/**/*.{h,m}"
81 "name": "CJMJRefreshComponent",
82 "source_files": "CJUIKit/CJMJRefreshComponent/**/*.{h,m}",
83 "resources": "CJUIKit/CJMJRefreshComponent/**/*.{png,xib}",