From cf96f651ee65569d51d2cd66dda2cbcd606e8c22 Mon Sep 17 00:00:00 2001 From: Phani Pavan K Date: Wed, 5 Apr 2023 19:40:19 +0530 Subject: [PATCH] Platform docs update --- android/build.gradle | 2 +- ios/modal_progress_hud_nsn.podspec | 8 ++++---- macos/modal_progress_hud_nsn.podspec | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 91d5491..1b4d705 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,5 +1,5 @@ group 'boi.walle.modal_progress_hud_nsn' -version '1.0-SNAPSHOT' +version '0.4.0' buildscript { ext.kotlin_version = '1.7.10' diff --git a/ios/modal_progress_hud_nsn.podspec b/ios/modal_progress_hud_nsn.podspec index 45e220a..2a4702f 100644 --- a/ios/modal_progress_hud_nsn.podspec +++ b/ios/modal_progress_hud_nsn.podspec @@ -4,14 +4,14 @@ # Pod::Spec.new do |s| s.name = 'modal_progress_hud_nsn' - s.version = '0.0.1' - s.summary = 'A new Flutter plugin project.' + s.version = '0.4.0' + s.summary = 'A modal progress indicator widget with Sound Null Safety' s.description = <<-DESC A new Flutter plugin project. DESC - s.homepage = 'http://example.com' + s.homepage = 'https://github.com/kphanipavan/modal_progress_hud_nsn' s.license = { :file => '../LICENSE' } - s.author = { 'Your Company' => 'email@example.com' } + s.author = { 'My Company' => 'kphanipavan@gmail.com' } s.source = { :path => '.' } s.source_files = 'Classes/**/*' s.dependency 'Flutter' diff --git a/macos/modal_progress_hud_nsn.podspec b/macos/modal_progress_hud_nsn.podspec index 82113e1..917210d 100644 --- a/macos/modal_progress_hud_nsn.podspec +++ b/macos/modal_progress_hud_nsn.podspec @@ -4,14 +4,14 @@ # Pod::Spec.new do |s| s.name = 'modal_progress_hud_nsn' - s.version = '0.0.1' - s.summary = 'A new Flutter plugin project.' + s.version = '0.4.0' + s.summary = 'A modal progress indicator widget with Sound Null Safety' s.description = <<-DESC A new Flutter plugin project. DESC - s.homepage = 'http://example.com' + s.homepage = 'https://github.com/kphanipavan/modal_progress_hud_nsn' s.license = { :file => '../LICENSE' } - s.author = { 'Your Company' => 'email@example.com' } + s.author = { 'Our Company' => 'kphanipavan@gmail.com' } s.source = { :path => '.' } s.source_files = 'Classes/**/*'