Skip to content

Commit

Permalink
Upgrade version to 1.0.7 for CocoaPods.
Browse files Browse the repository at this point in the history
  • Loading branch information
FoksWang committed Aug 12, 2019
1 parent 359738e commit c4f5054
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion FWPlayer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'FWPlayer'
s.version = '1.0.6'
s.version = '1.0.7'
s.summary = 'A video player SDK for iOS.'
s.swift_version = '5.0'

Expand Down
Binary file modified FWPlayer/Frameworks/FWPlayerCore.framework/FWPlayerCore
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#import "FWLandScapeControlView.h"
#import "FWPlayerMediaControl.h"
#import "FWSpeedLoadingView.h"
#import "FWSmallFloatControlView.h"

@interface FWPlayerControlView : UIView <FWPlayerMediaControl>

Expand Down Expand Up @@ -50,6 +51,9 @@
/// 高斯模糊视图
@property (nonatomic, strong, readonly) UIView *effectView;

/// 小窗口控制层
@property (nonatomic, strong, readonly) FWSmallFloatControlView *floatControlView;

/// 快进视图是否显示动画,默认NO.
@property (nonatomic, assign) BOOL fastViewAnimated;

Expand Down
Binary file modified FWPlayer/Frameworks/FWPlayerCore.framework/Info.plist
Binary file not shown.

0 comments on commit c4f5054

Please sign in to comment.