mirror of
https://github.com/kphanipavan/modal_progress_hud_nsn.git
synced 2025-10-28 22:32:50 -07:00
Platform docs update
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -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/**/*'
|
||||
|
||||
Reference in New Issue
Block a user