Platform docs update

This commit is contained in:
Phani Pavan K
2023-04-05 19:40:19 +05:30
parent 84b8a51cb0
commit cf96f651ee
3 changed files with 9 additions and 9 deletions

View File

@@ -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/**/*'