[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / b / 9 / CGXSettingCenterViewOC / 0.5 / CGXSettingCenterViewOC.podspec.json
blob739d5422ec65d8d9399950b6dcc7740ac14f97c7
2   "name": "CGXSettingCenterViewOC",
3   "version": "0.5",
4   "summary": "CGXSettingCenterViewOC是基于UITableView封装的项目设置页面的轻量级库",
5   "description": "CGXSettingCenterViewOC是基于UITableView封装的项目设置页面的轻量级库,实现了左侧图文组合、右侧头像、开关、富文本显示效果",
6   "homepage": "https://github.com/974794055/CGXSettingCenterView-OC",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "974794055": "974794055@qq.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/974794055/CGXSettingCenterView-OC.git",
19     "tag": "0.5"
20   },
21   "requires_arc": true,
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "static_framework": true,
27   "source_files": "CGXSettingCenterViewOC/CGXSettingCenterViewOC.h",
28   "public_header_files": "CGXSettingCenterViewOC/CGXSettingCenterViewOC.h",
29   "subspecs": [
30     {
31       "name": "Model",
32       "source_files": "CGXSettingCenterViewOC/Model/**/*.{h,m}"
33     },
34     {
35       "name": "Cell",
36       "source_files": "CGXSettingCenterViewOC/Cell/**/*.{h,m}",
37       "dependencies": {
38         "CGXSettingCenterViewOC/Model": [
40         ]
41       }
42     },
43     {
44       "name": "View",
45       "source_files": "CGXSettingCenterViewOC/View/**/*.{h,m}",
46       "dependencies": {
47         "CGXSettingCenterViewOC/Model": [
49         ],
50         "CGXSettingCenterViewOC/Cell": [
52         ]
53       }
54     }
55   ]