Skip to content

Commit

Permalink
for flutter v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lingol committed Aug 11, 2023
1 parent 9b80016 commit 46caaa7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
27 changes: 14 additions & 13 deletions flutter/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
PODS:
- Flutter (1.0.0)
- MMKV (1.3.0):
- MMKVCore (~> 1.3.0)
- MMKVCore (1.3.0)
- mmkvflutter (1.3.0):
- MMKV (1.3.1):
- MMKVCore (~> 1.3.1)
- MMKVCore (1.3.1)
- mmkvflutter (1.3.1):
- Flutter
- MMKV (>= 1.3.0)
- path_provider_ios (0.0.1):
- MMKV (>= 1.3.1)
- path_provider_foundation (0.0.1):
- Flutter
- FlutterMacOS

DEPENDENCIES:
- Flutter (from `Flutter`)
- mmkvflutter (from `.symlinks/plugins/mmkvflutter/ios`)
- path_provider_ios (from `.symlinks/plugins/path_provider_ios/ios`)
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`)

SPEC REPOS:
trunk:
Expand All @@ -24,15 +25,15 @@ EXTERNAL SOURCES:
:path: Flutter
mmkvflutter:
:path: ".symlinks/plugins/mmkvflutter/ios"
path_provider_ios:
:path: ".symlinks/plugins/path_provider_ios/ios"
path_provider_foundation:
:path: ".symlinks/plugins/path_provider_foundation/darwin"

SPEC CHECKSUMS:
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
MMKV: 9c6c3fa4ddd849f28c7b9a5c9d23aab84f14ee35
MMKVCore: 9bb7440b170181ac5b81f542ac258103542e693d
mmkvflutter: 1c56409a659f49e4d55ad826662200502f5c8029
path_provider_ios: 14f3d2fd28c4fdb42f44e0f751d12861c43cee02
MMKV: 5a07930c70c70b86cd87761a42c8f3836fb681d7
MMKVCore: e50135dbd33235b6ab390635991bab437ab873c0
mmkvflutter: a321a78260e9c370a4c79b02c35bfb58c0e18592
path_provider_foundation: 29f094ae23ebbca9d3d0cec13889cd9060c0e943

PODFILE CHECKSUM: 751e522a1d35e86af4f588d982f4a515941611c5

Expand Down
4 changes: 2 additions & 2 deletions flutter/ios/mmkvflutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Pod::Spec.new do |s|
s.name = 'mmkvflutter'
s.version = '1.3.0'
s.version = '1.3.1'
s.summary = 'MMKV is a cross-platform key-value storage framework developed by WeChat.'
s.description = <<-DESC
The MMKV, for Flutter.
Expand All @@ -19,7 +19,7 @@ Pod::Spec.new do |s|
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency 'MMKV', '>= 1.3.0'
s.dependency 'MMKV', '>= 1.3.1'
s.platform = :ios, '11.0'

# Flutter.framework does not contain a i386 slice.
Expand Down

0 comments on commit 46caaa7

Please sign in to comment.