Commit 421a9b5f260c67cc25f99b3244b8ec98c3ce6cbc
1 parent
7b914a82
提交0.0.29_删除没必要的库
Showing
1 changed file
with
1 additions
and
5 deletions
CNLiveServiceCenterModule.podspec
| ... | ... | @@ -8,7 +8,7 @@ |
| 8 | 8 | |
| 9 | 9 | Pod::Spec.new do |s| |
| 10 | 10 | s.name = 'CNLiveServiceCenterModule' |
| 11 | - s.version = '0.0.28' | |
| 11 | + s.version = '0.0.29' | |
| 12 | 12 | s.summary = '网家家企业端服务中心模块' |
| 13 | 13 | |
| 14 | 14 | # This description is used to generate tags and improve search results. |
| ... | ... | @@ -65,12 +65,8 @@ Pod::Spec.new do |s| |
| 65 | 65 | s.dependency 'CNLiveCommonCategory' |
| 66 | 66 | #用户管理库 |
| 67 | 67 | s.dependency 'CNLiveUserManagement' |
| 68 | - #语音转文字库 | |
| 69 | - s.dependency 'CNLiveVoiceToTextKit' | |
| 70 | 68 | #业务工具库 |
| 71 | 69 | s.dependency 'CNLiveBusinessTools' |
| 72 | - #本地存储库 | |
| 73 | - s.dependency 'CNLiveCacheManagerKit' | |
| 74 | 70 | #环境库 |
| 75 | 71 | s.dependency 'CNLiveEnvironment' |
| 76 | 72 | #上传 (新加) | ... | ... |