Sign in
iOS Team
/
CNLiveServices
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
ddfb017fc8bd24b9b4d3f9ebfddc90e5ed50f4bc
Authored by
张旭
2020-04-07 15:24:40 +0800
1 parent
053f78e5
加pod 'CNLiveBeeHive'
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
Example/Podfile
Example/Podfile
View file @
ddfb017
...
...
@@ -6,7 +6,7 @@ platform :ios, '9.0'
6
6
7
7
target 'CNLiveServices_Example' do
8
8
pod 'CNLiveServices', :path => '../'
9
-
9
+ pod 'CNLiveBeeHive'
10
10
target 'CNLiveServices_Tests' do
11
11
inherit! :search_paths
12
12
...
...