[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / c / 7 / 3 / CJBaseUtil / 0.3.1 / CJBaseUtil.podspec.json
blobad0226f1663c7ee5c4356e9ab08951ecc1852446
2   "name": "CJBaseUtil",
3   "version": "0.3.1",
4   "summary": "自定义的基础工具类",
5   "homepage": "https://github.com/dvlproad/CJUIKit",
6   "license": "MIT",
7   "authors": "dvlproad",
8   "description": "1、CJDataUtil:包含搜索、排序等数据处理工具类\n2、CJDateUtil:日期工具\n3、CJKeyboardUtil:键盘工具\n4、CJLog:日志工具\n*、CJIndentedStringUtil:将 字符串/字典/数组转成含缩进字符串的字符串 的工具\n5、CJWebUtil:Web工具\n6、CJDevice:设备信息工具\n7、CJAppLastUtil:APP上次信息+账号安全工具\n8、CJManager:其他各种工具类\n9、CJPinyinHelper:拼音相关工具\n10、CJCallUtil:拨打电话工具\n*、CJQRCodeUtil:二维码\n*、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.3.1"
15   },
16   "frameworks": "UIKit",
17   "requires_arc": true,
18   "subspecs": [
19     {
20       "name": "CJDevice",
21       "source_files": "CJBaseUtil/CJDevice/**/*.{h,m}"
22     },
23     {
24       "name": "CJLog",
25       "source_files": "CJBaseUtil/CJLog/**/*.{h,m}",
26       "dependencies": {
27         "Masonry": [
29         ],
30         "CJBaseUIKit/UIView/CJDragAction": [
32         ]
33       }
34     },
35     {
36       "name": "CJIndentedStringUtil",
37       "source_files": "CJBaseUtil/CJIndentedStringUtil/**/*.{h,m}"
38     },
39     {
40       "name": "CJAppLastUtil",
41       "source_files": "CJBaseUtil/CJAppLastUtil/**/*.{h,m}",
42       "dependencies": {
43         "SAMKeychain": [
45         ]
46       }
47     },
48     {
49       "name": "CJDataUtil",
50       "source_files": "CJBaseUtil/CJDataUtil/**/*.{h,m}"
51     },
52     {
53       "name": "CJDateUtil",
54       "source_files": "CJBaseUtil/CJDateUtil/**/*.{h,m}"
55     },
56     {
57       "name": "CJKeyboardUtil",
58       "source_files": "CJBaseUtil/CJKeyboardUtil/**/*.{h,m}"
59     },
60     {
61       "name": "UIUtil",
62       "source_files": "CJBaseUtil/UIUtil/**/*.{h,m}"
63     },
64     {
65       "name": "CJWebUtil",
66       "source_files": "CJBaseUtil/CJWebUtil/**/*.{h,m}",
67       "frameworks": "WebKit"
68     },
69     {
70       "name": "CJCallUtil",
71       "source_files": "CJBaseUtil/CJCallUtil/**/*.{h,m}"
72     },
73     {
74       "name": "CJQRCodeUtil",
75       "source_files": "CJBaseUtil/CJQRCodeUtil/**/*.{h,m}"
76     },
77     {
78       "name": "CJLaunchImageUtil",
79       "source_files": "CJBaseUtil/CJLaunchImageUtil/**/*.{h,m}"
80     },
81     {
82       "name": "CJManager",
83       "subspecs": [
84         {
85           "name": "CJModuleManager",
86           "source_files": "CJBaseUtil/CJManager/CJModuleManager/**/*.{h,m}"
87         },
88         {
89           "name": "CJLocationChangeManager",
90           "source_files": "CJBaseUtil/CJManager/CJLocationChangeManager/**/*.{h,m}",
91           "dependencies": {
92             "CJBaseUtil/CJDateUtil": [
94             ]
95           }
96         },
97         {
98           "name": "CJTimerManager",
99           "source_files": "CJBaseUtil/CJManager/CJTimerManager/**/*.{h,m}"
100         },
101         {
102           "name": "CJSuspendWindowManager",
103           "source_files": "CJBaseUtil/CJManager/CJTimerManager/**/*.{h,m}"
104         }
105       ]
106     },
107     {
108       "name": "CJPinyinHelper",
109       "source_files": "CJBaseUtil/CJPinyinHelper/**/*.{h,m}",
110       "dependencies": {
111         "PinYin4Objc": [
113         ]
114       }
115     }
116   ]