diff --git a/ios/Classes/VideoCompressPlugin.m b/ios/Classes/VideoCompressPlugin.m index 10ef50d0..8bddffbb 100644 --- a/ios/Classes/VideoCompressPlugin.m +++ b/ios/Classes/VideoCompressPlugin.m @@ -1,5 +1,5 @@ #import "VideoCompressPlugin.h" -#import +#import @implementation VideoCompressPlugin + (void)registerWithRegistrar:(NSObject*)registrar { diff --git a/ios/video_compress.podspec b/ios/video_compress_plus.podspec similarity index 93% rename from ios/video_compress.podspec rename to ios/video_compress_plus.podspec index dc34372b..b261c205 100644 --- a/ios/video_compress.podspec +++ b/ios/video_compress_plus.podspec @@ -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.' diff --git a/pubspec.yaml b/pubspec.yaml index dd331fc7..b489bda0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: