Sign in
iOS Team
/
CNLivePlayer
·
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
df349164ca978e4a4d33602c42da9cc08259a639
Authored by
zhangxiaowen
2019-08-23 13:57:18 +0800
1 parent
a273c54c
no message
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
CNLivePlayer.podspec
CNLivePlayer.podspec
View file @
df34916
...
...
@@ -71,6 +71,8 @@ Pod::Spec.new do |s|
71
71
# 推流器
72
72
s.subspec 'Streamer' do |ss|
73
73
ss.source_files = 'CNLivePlayer/Classes/Streamer/*.{h,m}'
74
+ ss.dependency 'CNLivePlayer/Player'
75
+
74
76
end
75
77
76
78
s.static_framework = true
...
...