[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / 9 / 5 / CGXHotBrandViewOC / 0.0.2 / CGXHotBrandViewOC.podspec.json
blob5ca8b207e122ca84edbcaa23d346fb12235494a8
2   "name": "CGXHotBrandViewOC",
3   "version": "0.0.2",
4   "summary": "CGXHotBrandViewOC是基于UICollectionView封装的热门菜单库",
5   "description": "UICollectionView封装的热门菜单库",
6   "homepage": "https://github.com/974794055/CGXHotBrandView-OC",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "974794055": "974794055@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/974794055/CGXHotBrandView-OC.git",
19     "tag": "0.0.2"
20   },
21   "requires_arc": true,
22   "frameworks": "UIKit",
23   "source_files": "CGXHotBrandViewOC/CGXHotBrandViewOC.h",
24   "public_header_files": "CGXHotBrandViewOC/CGXHotBrandViewOC.h",
25   "subspecs": [
26     {
27       "name": "Custom",
28       "source_files": "CGXHotBrandViewOC/Custom/**/*.{h,m}"
29     },
30     {
31       "name": "PageControl",
32       "source_files": "CGXHotBrandViewOC/PageControl/**/*.{h,m}"
33     },
34     {
35       "name": "Base",
36       "source_files": "CGXHotBrandViewOC/Base/**/*.{h,m}",
37       "dependencies": {
38         "CGXHotBrandViewOC/Custom": [
40         ]
41       }
42     },
43     {
44       "name": "HotBrand",
45       "source_files": "CGXHotBrandViewOC/HotBrand/**/*.{h,m}",
46       "dependencies": {
47         "CGXHotBrandViewOC/Base": [
49         ],
50         "CGXHotBrandViewOC/PageControl": [
52         ]
53       }
54     },
55     {
56       "name": "Cycle",
57       "source_files": "CGXHotBrandViewOC/Cycle/**/*.{h,m}",
58       "dependencies": {
59         "CGXHotBrandViewOC/Base": [
61         ]
62       }
63     }
64   ]