Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ios/Classes/VideoCompressPlugin.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#import "VideoCompressPlugin.h"
#import <video_compress/video_compress-Swift.h>
#import <video_compress_plus/video_compress_plus-Swift.h>

@implementation VideoCompressPlugin
+ (void)registerWithRegistrar:(NSObject<FlutterPluginRegistrar>*)registrar {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'video_compress'
s.name = 'video_compress_plus'
s.version = '0.3.0'
s.swift_version = '5.0'
s.summary = 'A new flutter plugin project.'
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: video_compress_plus
description: Light library of video manipulation of Flutter. Compress video, remove audio, get video thumbnail from dart code.
version: 1.0.0
version: 1.0.1
homepage: https://github.com/kamaravichow/VideoCompressPlus

environment:
Expand Down