[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / c / 7 / 3 / CJBaseUtil / 0.4.5 / CJBaseUtil.podspec.json
blobffffb88a47052148492d4d22bc16205bb5075068
2   "name": "CJBaseUtil",
3   "version": "0.4.5",
4   "summary": "自定义的基础工具类",
5   "homepage": "https://github.com/dvlproad/CJUIKit",
6   "license": "MIT",
7   "authors": "dvlproad",
8   "description": "- CJBaseUtil/CJDataUtil:包含搜索、排序等数据处理工具类\n- CJBaseUtil/CJDateUtil:日期工具\n- CJBaseUtil/CJKeyboardUtil:键盘工具\n- CJBaseUtil/CJLog:日志工具\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!",
9   "platforms": {
10     "ios": "8.0"
11   },
12   "source": {
13     "git": "https://github.com/dvlproad/CJUIKit.git",
14     "tag": "CJBaseUtil_0.4.5"
15   },
16   "frameworks": "UIKit",
17   "requires_arc": true,
18   "subspecs": [
19     {
20       "name": "CJLog",
21       "source_files": "CJBaseUtil/CJLog/**/*.{h,m}",
22       "dependencies": {
23         "Masonry": [
25         ],
26         "CJBaseUIKit/UIView/CJDragAction": [
28         ]
29       }
30     },
31     {
32       "name": "CJIndentedStringUtil",
33       "source_files": "CJBaseUtil/CJIndentedStringUtil/**/*.{h,m}"
34     },
35     {
36       "name": "CJAppLastUtil",
37       "source_files": "CJBaseUtil/CJAppLastUtil/**/*.{h,m}",
38       "dependencies": {
39         "SAMKeychain": [
41         ]
42       }
43     },
44     {
45       "name": "CJDataUtil",
46       "source_files": "CJBaseUtil/CJDataUtil/**/*.{h,m}"
47     },
48     {
49       "name": "CJDateUtil",
50       "source_files": "CJBaseUtil/CJDateUtil/**/*.{h,m}"
51     },
52     {
53       "name": "CJKeyboardUtil",
54       "source_files": "CJBaseUtil/CJKeyboardUtil/**/*.{h,m}"
55     },
56     {
57       "name": "CJCallUtil",
58       "source_files": "CJBaseUtil/CJCallUtil/**/*.{h,m}"
59     },
60     {
61       "name": "CJQRCodeUtil",
62       "source_files": "CJBaseUtil/CJQRCodeUtil/**/*.{h,m}"
63     },
64     {
65       "name": "CJLaunchImageUtil",
66       "source_files": "CJBaseUtil/CJLaunchImageUtil/**/*.{h,m}"
67     },
68     {
69       "name": "CJManager",
70       "subspecs": [
71         {
72           "name": "CJModuleManager",
73           "source_files": "CJBaseUtil/CJManager/CJModuleManager/**/*.{h,m}"
74         },
75         {
76           "name": "CJLocationChangeManager",
77           "source_files": "CJBaseUtil/CJManager/CJLocationChangeManager/**/*.{h,m}",
78           "dependencies": {
79             "CJBaseUtil/CJDateUtil": [
81             ]
82           }
83         },
84         {
85           "name": "CJTimerManager",
86           "source_files": "CJBaseUtil/CJManager/CJTimerManager/**/*.{h,m}"
87         },
88         {
89           "name": "CJSuspendWindowManager",
90           "source_files": "CJBaseUtil/CJManager/CJSuspendWindowManager/**/*.{h,m}"
91         }
92       ]
93     },
94     {
95       "name": "CJPinyinHelper",
96       "source_files": "CJBaseUtil/CJPinyinHelper/**/*.{h,m}",
97       "dependencies": {
98         "PinYin4Objc": [
100         ]
101       }
102     }
103   ]