完成网页打开app跳转的适配,完成加入直播间欢迎语的适配
Showing
with
368 additions
and
53 deletions
| ... | @@ -48,6 +48,7 @@ Pod::Spec.new do |s| | ... | @@ -48,6 +48,7 @@ Pod::Spec.new do |s| |
| s.dependency 'RxCocoa' | s.dependency 'RxCocoa' | ||
| s.dependency 'RxSwift' | s.dependency 'RxSwift' | ||
| s.dependency 'RxDataSources' | s.dependency 'RxDataSources' | ||
| s.dependency 'SwiftyJSON', '~> 4.0' | |||
| s.prefix_header_contents = ['#import <FUSFoundation/FUSFoundation.h>', '#import <Bifrost/BifrostHeader.h>', '#import "FUSCommonBundle.h"', '#import "FUSCommonURLs.h"'] | s.prefix_header_contents = ['#import <FUSFoundation/FUSFoundation.h>', '#import <Bifrost/BifrostHeader.h>', '#import "FUSCommonBundle.h"', '#import "FUSCommonURLs.h"'] | ||
| ... | ... |
| ... | @@ -55,7 +55,10 @@ | ... | @@ -55,7 +55,10 @@ |
| ], | ], | ||
| "RxCocoa": [], | "RxCocoa": [], | ||
| "RxSwift": [], | "RxSwift": [], | ||
| "RxDataSources": [] | "RxDataSources": [], | ||
| "SwiftyJSON": [ | |||
| "~> 4.0" | |||
| ] | |||
| }, | }, | ||
| "prefix_header_contents": [ | "prefix_header_contents": [ | ||
| "#import <FUSFoundation/FUSFoundation.h>", | "#import <FUSFoundation/FUSFoundation.h>", | ||
| ... | ... |
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment