Compare commits

...

1 Commits

Author SHA1 Message Date
chenliming 3a9e0efb73 update 2016-08-31 10:46:14 +08:00
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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