Commit 1602ec184cf81f94f4712976bb36ab12c172995e
1 parent
8c7deead
no message
Showing
1 changed file
with
2 additions
and
5 deletions
CNLiveSettingModule.podspec
| ... | ... | @@ -69,9 +69,6 @@ TODO: 网家家-设置模块. |
| 69 | 69 | ss.source_files = 'CNLiveSettingModule/Classes/Cancellation/*.{h,m}' |
| 70 | 70 | ss.dependency 'CNLiveTripartiteManagement/YYKit' |
| 71 | 71 | |
| 72 | - # 用户协议 | |
| 73 | - ss.dependency 'CNLiveUserAgreementManager' | |
| 74 | - | |
| 75 | 72 | ss.dependency 'CNLiveSettingModule/View' |
| 76 | 73 | |
| 77 | 74 | end |
| ... | ... | @@ -93,7 +90,7 @@ TODO: 网家家-设置模块. |
| 93 | 90 | # 服务层 |
| 94 | 91 | s.dependency 'CNLiveServices' |
| 95 | 92 | |
| 96 | - #环境库 | |
| 93 | + # 环境库 | |
| 97 | 94 | s.dependency 'CNLiveEnvironment' |
| 98 | 95 | |
| 99 | 96 | # 数据请求 |
| ... | ... | @@ -102,7 +99,7 @@ TODO: 网家家-设置模块. |
| 102 | 99 | # 用户信息本地化 |
| 103 | 100 | s.dependency 'CNLiveUserManagement' |
| 104 | 101 | |
| 105 | - # 协议 | |
| 102 | + # 用户协议 | |
| 106 | 103 | s.dependency 'CNLiveUserAgreementManager' |
| 107 | 104 | |
| 108 | 105 | end | ... | ... |