4 "summary": "自定义的基础工具类",
5 "homepage": "https://github.com/dvlproad/CJUIKit",
8 "description": "- CJBaseUtil/CJDataUtil:包含搜索、排序等数据处理工具类\n- CJBaseUtil/CJDateUtil:日期工具\n- CJBaseUtil/CJKeyboardUtil:键盘工具\n- CJBaseUtil/CJIndentedStringUtil:将 字符串/字典/数组转成含缩进字符串的字符串 的工具\n- CJBaseUtil/CJAppLastUtil:APP上次信息+账号安全工具\n- CJBaseUtil/CJManager:其他各种工具类\n- CJBaseUtil/CJPinyinHelper:拼音相关工具\n- CJBaseUtil/CJCallUtil:拨打电话工具\n- CJBaseUtil/CJQRCodeUtil:二维码\n- CJBaseUtil/CJLaunchImageUtil:启动图\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.5.1"
16 "frameworks": "UIKit",
20 "name": "CJIndentedStringUtil",
21 "source_files": "CJBaseUtil/CJIndentedStringUtil/**/*.{h,m}"
24 "name": "CJAppLastUtil",
25 "source_files": "CJBaseUtil/CJAppLastUtil/**/*.{h,m}",
34 "source_files": "CJBaseUtil/CJDataUtil/**/*.{h,m}"
38 "source_files": "CJBaseUtil/CJDateUtil/**/*.{h,m}"
41 "name": "CJKeyboardUtil",
42 "source_files": "CJBaseUtil/CJKeyboardUtil/**/*.{h,m}"
46 "source_files": "CJBaseUtil/CJCallUtil/**/*.{h,m}"
49 "name": "CJQRCodeUtil",
50 "source_files": "CJBaseUtil/CJQRCodeUtil/**/*.{h,m}"
53 "name": "CJLaunchImageUtil",
54 "source_files": "CJBaseUtil/CJLaunchImageUtil/**/*.{h,m}"
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": "CJTimerManager",
74 "source_files": "CJBaseUtil/CJManager/CJTimerManager/**/*.{h,m}"
77 "name": "CJSuspendWindowManager",
78 "source_files": "CJBaseUtil/CJManager/CJSuspendWindowManager/**/*.{h,m}"
83 "name": "CJPinyinHelper",
84 "source_files": "CJBaseUtil/CJPinyinHelper/**/*.{h,m}",