Commit cb848a1e0f75f5d9f4534f0f2c7d634ba36a0dd1

Authored by 张旭
1 parent cfef65ed

0.3.2

CNLiveEnvironment.podspec
... ... @@ -8,7 +8,7 @@
8 8  
9 9 Pod::Spec.new do |s|
10 10 s.name = 'CNLiveEnvironment'
11   - s.version = '0.3.1'
  11 + s.version = '0.3.2'
12 12 s.summary = 'CNLiveEnvironment'
13 13  
14 14 # This description is used to generate tags and improve search results.
... ...
CNLiveEnvironment/Classes/CNLiveEnvironmentManager.m
... ... @@ -416,9 +416,9 @@ static CNLiveEnvironmentManager *_instance = nil;
416 416  
417 417 manager.displayName = @"网家家";
418 418 #if DEBUG
419   - manager.kIM_Cer_BusiId = 17190;
  419 + manager.kIM_Cer_BusiId = 24274;
420 420 #else
421   - manager.kIM_Cer_BusiId = 17189;
  421 + manager.kIM_Cer_BusiId = 24273;
422 422 #endif
423 423 manager.kTIM_GetTokenUrl = @"https://wjjim.cnlive.com/CnliveIM/notify/generateUserSign.action";
424 424  
... ...
README.md
1 1 # CNLiveEnvironment
2 2  
  3 +pod lib lint
  4 +
  5 +pod spec lint
  6 +
  7 +pod repo push CNLiveEnvironment.podspec
  8 +
  9 +
  10 +
  11 +
3 12 [![CI Status](https://img.shields.io/travis/153993236@qq.com/CNLiveEnvironment.svg?style=flat)](https://travis-ci.org/153993236@qq.com/CNLiveEnvironment)
4 13 [![Version](https://img.shields.io/cocoapods/v/CNLiveEnvironment.svg?style=flat)](https://cocoapods.org/pods/CNLiveEnvironment)
5 14 [![License](https://img.shields.io/cocoapods/l/CNLiveEnvironment.svg?style=flat)](https://cocoapods.org/pods/CNLiveEnvironment)
... ...