Commit d26833d4317d7a542d098354cb3f52339eab9e4f

Authored by 梁星国
1 parent 0cf5744f

提交0.0.3

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.2'
  11 + s.version = '0.0.3'
12 12 s.summary = '网家家企业端服务中心模块'
13 13  
14 14 # This description is used to generate tags and improve search results.
... ... @@ -51,8 +51,8 @@ Pod::Spec.new do |s|
51 51 s.dependency 'CNLiveBeeHive' #核心路由架构
52 52 s.dependency 'CNLiveModuleServiceProtocols'
53 53  
54   - #分享工具库
55   - s.dependency 'CNLiveShareToolKit'
  54 +# #分享工具库
  55 +# s.dependency 'CNLiveShareToolKit'
56 56 #基础请求组件库
57 57 s.dependency 'CNLiveRequestBastKit'
58 58 #基础UI组件库
... ... @@ -88,7 +88,7 @@ Pod::Spec.new do |s|
88 88 ########################################
89 89 s.dependency 'CNLiveTripartiteManagement'
90 90  
91   - s.dependency 'CNLiveOrganizationValidationModule'
  91 +# s.dependency 'CNLiveOrganizationValidationModule'
92 92  
93 93  
94 94 end
... ...