2 "name": "CJBaseHelper",
4 "summary": "自定义的基础帮助类",
5 "homepage": "https://github.com/dvlproad/CJUIKit",
8 "description": "*、DeviceCJHelper:设备信息工具\n*、NSObjectHelper:对象判空等帮助类\n *、UIViewControllerHelper:视图控制器帮助类\n *、WebCJHelper:Web工具\n *、NSOperationQueueHelper:任务队列帮助类\n \n\n A longer description of CJBaseHelper 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!",
13 "git": "https://github.com/dvlproad/CJUIKit.git",
14 "tag": "CJBaseHelper_0.0.5"
16 "frameworks": "UIKit",
20 "name": "DeviceCJHelper",
21 "source_files": "CJBaseHelper/DeviceCJHelper/**/*.{h,m}"
24 "name": "NSObjectCJHelper",
25 "source_files": "CJBaseHelper/NSObjectCJHelper/**/*.{h,m}"
28 "name": "UIViewControllerCJHelper",
29 "source_files": "CJBaseHelper/UIViewControllerCJHelper/**/*.{h,m}"
32 "name": "WebCJHelper",
33 "source_files": "CJBaseHelper/WebCJHelper/**/*.{h,m}",
34 "frameworks": "WebKit"
37 "name": "NSOperationQueueCJHelper",
38 "source_files": "CJBaseHelper/NSOperationQueueCJHelper/**/*.{h,m}"