Commit 421a9b5f260c67cc25f99b3244b8ec98c3ce6cbc

Authored by 梁星国
1 parent 7b914a82

提交0.0.29_删除没必要的库

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