forked from LaiFengiOS/LFLiveKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
chenliming
committed
Nov 9, 2016
1 parent
3e44e0e
commit 565453f
Showing
5 changed files
with
81 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
samples/LFLiveKitSwiftDemo/LFLiveKitSwiftDemo/LFLiveKitSwiftDemo-Bridging-Header.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
// | ||
// LFLiveKitSwiftDemo-Bridging-Header.h | ||
// LFLiveKitSwiftDemo | ||
// | ||
// Created by admin on 2016/11/9. | ||
// Copyright © 2016年 admin. All rights reserved. | ||
// | ||
|
||
#ifndef LFLiveKitSwiftDemo_Bridging_Header_h | ||
#define LFLiveKitSwiftDemo_Bridging_Header_h | ||
|
||
#import <LFLiveKit/LFLiveKit.h> | ||
|
||
#endif /* LFLiveKitSwiftDemo_Bridging_Header_h */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
source 'https://github.com/CocoaPods/Specs.git' | ||
platform :ios,'7.0' | ||
|
||
use_frameworks! | ||
|
||
target “LFLiveKitSwiftDemo” do | ||
pod 'LFLiveKit', :path => '../../.' | ||
end |