Skip to content

Commit

Permalink
chore: update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
GroovinChip committed May 2, 2022
1 parent 50ff73e commit 8e2888f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions example/macos/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- FlutterMacOS (1.0.0)
- macos_ui (0.0.1):
- macos_ui (0.1.0):
- FlutterMacOS

DEPENDENCIES:
Expand All @@ -15,7 +15,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
FlutterMacOS: 57701585bf7de1b3fc2bb61f6378d73bbdea8424
macos_ui: ce72edf634c65d29df6a400fde70926c21a3e21a
macos_ui: 125c911559d646194386d84c017ad6819122e2db

PODFILE CHECKSUM: 6eac6b3292e5142cfc23bdeb71848a40ec51c14c

Expand Down
8 changes: 4 additions & 4 deletions macos/macos_ui.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 8e2888f

Please sign in to comment.