Commit df349164ca978e4a4d33602c42da9cc08259a639
1 parent
a273c54c
no message
Showing
1 changed file
with
2 additions
and
0 deletions
CNLivePlayer.podspec
| @@ -71,6 +71,8 @@ Pod::Spec.new do |s| | @@ -71,6 +71,8 @@ Pod::Spec.new do |s| | ||
| 71 | # 推流器 | 71 | # 推流器 |
| 72 | s.subspec 'Streamer' do |ss| | 72 | s.subspec 'Streamer' do |ss| |
| 73 | ss.source_files = 'CNLivePlayer/Classes/Streamer/*.{h,m}' | 73 | ss.source_files = 'CNLivePlayer/Classes/Streamer/*.{h,m}' |
| 74 | + ss.dependency 'CNLivePlayer/Player' | ||
| 75 | + | ||
| 74 | end | 76 | end |
| 75 | 77 | ||
| 76 | s.static_framework = true | 78 | s.static_framework = true |