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