Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3a9e0efb73 |
+1
-1
@@ -2,7 +2,7 @@
|
||||
Pod::Spec.new do |s|
|
||||
|
||||
s.name = "LFLiveKit"
|
||||
s.version = "2.2.2.7"
|
||||
s.version = "2.2.2.8"
|
||||
s.summary = "LaiFeng ios Live. LFLiveKit."
|
||||
s.homepage = "https://github.com/chenliming777"
|
||||
s.license = { :type => "MIT", :file => "LICENSE" }
|
||||
|
||||
@@ -8,10 +8,10 @@
|
||||
|
||||
#import "LFStreamRTMPSocket.h"
|
||||
|
||||
#if __has_include(<pili-librtmp/rtmp.h>)
|
||||
#import <pili-librtmp/rtmp.h>
|
||||
#elif __has_include("pili-librtmp/rtmp.h")
|
||||
#import "pili-librtmp/rtmp.h"
|
||||
#if __has_include(<pili_rtmp/rtmp.h>)
|
||||
#import <pili_rtmp/rtmp.h>
|
||||
#elif __has_include("pili_rtmp/rtmp.h")
|
||||
#import "pili_rtmp/rtmp.h"
|
||||
#else
|
||||
#import "rtmp.h"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user