[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 7 / 3 / CJBaseUtil / 0.2.8 / CJBaseUtil.podspec.json
blob7d62cd241a0a5844536468c54535e44cd77ad5b1
2   "name": "CJBaseUtil",
3   "version": "0.2.8",
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:日志工具\n5、CJWebUtil:Web工具\n6、CJDevice:设备信息工具\n7、CJApp:App信息工具\n8、CJAccountPasswordUtil:账号安全工具\n9、CJManager:其他各种工具类\n10、CJPinyinHelper:拼音相关工具\n11、CJCallUtil:拨打电话工具\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": "7.0"
11   },
12   "source": {
13     "git": "https://github.com/dvlproad/CJUIKit.git",
14     "tag": "CJBaseUtil_0.2.8"
15   },
16   "frameworks": "UIKit",
17   "requires_arc": true,
18   "subspecs": [
19     {
20       "name": "CJApp",
21       "source_files": "CJBaseUtil/CJApp/**/*.{h,m}"
22     },
23     {
24       "name": "CJDevice",
25       "source_files": "CJBaseUtil/CJDevice/**/*.{h,m}"
26     },
27     {
28       "name": "CJLog",
29       "source_files": "CJBaseUtil/CJLog/**/*.{h,m}"
30     },
31     {
32       "name": "CJAccountPasswordUtil",
33       "source_files": "CJBaseUtil/CJAccountPasswordUtil/**/*.{h,m}",
34       "dependencies": {
35         "SAMKeychain": [
37         ]
38       }
39     },
40     {
41       "name": "CJDataUtil",
42       "source_files": "CJBaseUtil/CJDataUtil/**/*.{h,m}"
43     },
44     {
45       "name": "NSOperationQueueUtil",
46       "source_files": "CJBaseUtil/NSOperationQueueUtil/**/*.{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": "UIUtil",
58       "source_files": "CJBaseUtil/UIUtil/**/*.{h,m}"
59     },
60     {
61       "name": "CJWebUtil",
62       "source_files": "CJBaseUtil/CJWebUtil/**/*.{h,m}",
63       "frameworks": "WebKit"
64     },
65     {
66       "name": "CJCallUtil",
67       "source_files": "CJBaseUtil/CJCallUtil/**/*.{h,m}"
68     },
69     {
70       "name": "CJManager",
71       "subspecs": [
72         {
73           "name": "CJModuleManager",
74           "source_files": "CJBaseUtil/CJManager/CJModuleManager/**/*.{h,m}"
75         },
76         {
77           "name": "CJLocationChangeManager",
78           "source_files": "CJBaseUtil/CJManager/CJLocationChangeManager/**/*.{h,m}",
79           "dependencies": {
80             "CJBaseUtil/CJDateUtil": [
82             ]
83           }
84         },
85         {
86           "name": "CJTimerManager",
87           "source_files": "CJBaseUtil/CJManager/CJTimerManager/**/*.{h,m}"
88         }
89       ]
90     },
91     {
92       "name": "CJPinyinHelper",
93       "source_files": "CJBaseUtil/CJPinyinHelper/**/*.{h,m}",
94       "dependencies": {
95         "PinYin4Objc": [
97         ]
98       }
99     }
100   ]