From 8e2888fe5db36b001e9ab389c77629d9b3d7e912 Mon Sep 17 00:00:00 2001 From: GroovinChip Date: Mon, 2 May 2022 12:32:18 -0400 Subject: [PATCH] chore: update podspec --- example/macos/Podfile.lock | 4 ++-- macos/macos_ui.podspec | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/example/macos/Podfile.lock b/example/macos/Podfile.lock index d39329cb..bf38dd65 100644 --- a/example/macos/Podfile.lock +++ b/example/macos/Podfile.lock @@ -1,6 +1,6 @@ PODS: - FlutterMacOS (1.0.0) - - macos_ui (0.0.1): + - macos_ui (0.1.0): - FlutterMacOS DEPENDENCIES: @@ -15,7 +15,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: FlutterMacOS: 57701585bf7de1b3fc2bb61f6378d73bbdea8424 - macos_ui: ce72edf634c65d29df6a400fde70926c21a3e21a + macos_ui: 125c911559d646194386d84c017ad6819122e2db PODFILE CHECKSUM: 6eac6b3292e5142cfc23bdeb71848a40ec51c14c diff --git a/macos/macos_ui.podspec b/macos/macos_ui.podspec index 8c44a09f..4f45d04e 100644 --- a/macos/macos_ui.podspec +++ b/macos/macos_ui.podspec @@ -4,14 +4,14 @@ # Pod::Spec.new do |s| s.name = 'macos_ui' - s.version = '0.0.1' - s.summary = 'A new flutter plugin project.' + s.version = '0.1.0' + s.summary = 'Native functionality for the macos_ui Flutter package.' s.description = <<-DESC A new flutter plugin project. DESC - s.homepage = 'http://example.com' + s.homepage = 'https://github.com/GroovinChip/macos_ui' s.license = { :file => '../LICENSE' } - s.author = { 'Your Company' => 'email@example.com' } + s.author = { 'GroovinChip' => 'groovinchip@gmail.com' } s.source = { :path => '.' } s.source_files = 'Classes/**/*' s.dependency 'FlutterMacOS'