Commit ddfb017fc8bd24b9b4d3f9ebfddc90e5ed50f4bc

Authored by 张旭
1 parent 053f78e5

加pod 'CNLiveBeeHive'

Showing 1 changed file with 1 additions and 1 deletions
Example/Podfile
@@ -6,7 +6,7 @@ platform :ios, '9.0' @@ -6,7 +6,7 @@ platform :ios, '9.0'
6 6
7 target 'CNLiveServices_Example' do 7 target 'CNLiveServices_Example' do
8 pod 'CNLiveServices', :path => '../' 8 pod 'CNLiveServices', :path => '../'
9 - 9 + pod 'CNLiveBeeHive'
10 target 'CNLiveServices_Tests' do 10 target 'CNLiveServices_Tests' do
11 inherit! :search_paths 11 inherit! :search_paths
12 12