4 "summary": "自定义的基础工具类",
5 "homepage": "https://github.com/dvlproad/CJUIKit",
8 "description": "1、CJDataUtil:包含搜索、排序等数据处理工具类\n2、CJDateUtil:日期工具\n3、CJKeyboardUtil:键盘工具\n4、CJLog:日志工具\n5、CJWebUtil:Web工具\n6、CJDevice:设备信息工具\n7、CJApp:App信息工具\n8、CJManager:其他各种工具类\n9、CJPinyinHelper:拼音相关工具\n\n A longer description of CJBaseUtil 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": "CJBaseUtil_0.2.5"
16 "frameworks": "UIKit",
21 "source_files": "CJBaseUtil/CJApp/**/*.{h,m}"
25 "source_files": "CJBaseUtil/CJDevice/**/*.{h,m}"
29 "source_files": "CJBaseUtil/CJLog/**/*.{h,m}"
33 "source_files": "CJBaseUtil/CJDataUtil/**/*.{h,m}"
36 "name": "NSOperationQueueUtil",
37 "source_files": "CJBaseUtil/NSOperationQueueUtil/**/*.{h,m}"
41 "source_files": "CJBaseUtil/CJDateUtil/**/*.{h,m}"
44 "name": "CJKeyboardUtil",
45 "source_files": "CJBaseUtil/CJKeyboardUtil/**/*.{h,m}"
49 "source_files": "CJBaseUtil/UIUtil/**/*.{h,m}"
53 "source_files": "CJBaseUtil/CJWebUtil/**/*.{h,m}",
54 "frameworks": "WebKit"
60 "name": "CJModuleManager",
61 "source_files": "CJBaseUtil/CJManager/CJModuleManager/**/*.{h,m}"
64 "name": "CJLocationChangeManager",
65 "source_files": "CJBaseUtil/CJManager/CJLocationChangeManager/**/*.{h,m}",
67 "CJBaseUtil/CJDateUtil": [
73 "name": "MyCountDownTimeManager",
74 "source_files": "CJBaseUtil/CJManager/MyCountDownTimeManager/**/*.{h,m}"
79 "name": "CJPinyinHelper",
80 "source_files": "CJBaseUtil/CJPinyinHelper/**/*.{h,m}",