[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / c / 7 / 3 / CJBaseUtil / 0.2.0 / CJBaseUtil.podspec.json
blob2382bc4a5e1ede4f9d1c6e160f903fbe1b74cac7
2   "name": "CJBaseUtil",
3   "version": "0.2.0",
4   "summary": "自定义的基础工具类",
5   "homepage": "https://github.com/dvlproad/CJUIKit",
6   "license": "MIT",
7   "authors": "dvlproad",
8   "description": "1、CJDataUtil:包含搜索、排序等数据处理工具类\n2、CJDateUtil:日期工具\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.0"
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": "CJDataUtil",
33       "source_files": "CJBaseUtil/CJDataUtil/**/*.{h,m}"
34     },
35     {
36       "name": "CJDateUtil",
37       "source_files": "CJBaseUtil/CJDateUtil/**/*.{h,m}"
38     },
39     {
40       "name": "UIUtil",
41       "source_files": "CJBaseUtil/UIUtil/**/*.{h,m}"
42     },
43     {
44       "name": "CJWebUtil",
45       "source_files": "CJBaseUtil/CJWebUtil/**/*.{h,m}",
46       "frameworks": "WebKit"
47     }
48   ]