Skip to content

Commit

Permalink
Merge pull request #334 from normanzb/master
Browse files Browse the repository at this point in the history
chore: allowing higher patch version of mmkv pod
  • Loading branch information
ammarahm-ed authored Aug 26, 2023
2 parents 586054b + fcc56eb commit d8f0413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native-mmkv-storage.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ Pod::Spec.new do |s|
s.source_files = "ios/**/*.{h,m,mm}"
s.requires_arc = true
s.dependency 'React-Core'
s.dependency 'MMKV', '1.2.13'
s.dependency 'MMKV', '~> 1.2.13'
end

1 comment on commit d8f0413

@vercel
Copy link

@vercel vercel bot commented on d8f0413 Aug 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

rnmmkv – ./

rnmmkv-git-master-ammarahm-ed.vercel.app
rnmmkv.vercel.app
rnmmkv-ammarahm-ed.vercel.app

Please sign in to comment.