[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 7 / 3 / CJBaseUtil / 0.0.3 / CJBaseUtil.podspec.json
blob6998024e6cdee03eb6733d9f999da4c2b0cb4478
2   "name": "CJBaseUtil",
3   "version": "0.0.3",
4   "summary": "自定义的基础工具类",
5   "homepage": "https://github.com/dvlproad/CJFoundation",
6   "license": "MIT",
7   "authors": "dvlproad",
8   "description": "1、CJSortedAndSearchUtil:搜索和排序的工具类\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/CJFoundation.git",
14     "tag": "CJBaseUtil_0.0.3"
15   },
16   "frameworks": "UIKit",
17   "requires_arc": true,
18   "subspecs": [
19     {
20       "name": "CJSortedAndSearchUtil",
21       "source_files": "CJBaseUtil/CJSortedAndSearchUtil/**/*.{h,m}",
22       "dependencies": {
23         "PinYin4Objc": [
24           "~> 1.1.1"
25         ]
26       }
27     },
28     {
29       "name": "CJApp",
30       "source_files": "CJBaseUtil/CJApp/**/*.{h,m}"
31     },
32     {
33       "name": "CJDevice",
34       "source_files": "CJBaseUtil/CJDevice/**/*.{h,m}"
35     },
36     {
37       "name": "CJLog",
38       "source_files": "CJBaseUtil/CJLog/**/*.{h,m}"
39     },
40     {
41       "name": "PrivateSetting",
42       "source_files": "CJBaseUtil/PrivateSetting/**/*.{h,m}"
43     }
44   ]