Skip to content

Commit

Permalink
Merge pull request #462 from Tencent/hotfix_podspec
Browse files Browse the repository at this point in the history
prepare for v1.1.2
  • Loading branch information
lingol authored May 29, 2020
2 parents c4bbd2b + 9b73561 commit fbb55e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MMKVWatchExtension.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "MMKVWatchExtension"
s.version = "1.1.1"
s.version = "1.1.2"
s.summary = "MMKV is a cross-platform key-value storage framework developed by WeChat."
s.module_name = "MMKVWatchExtension"

Expand Down Expand Up @@ -31,7 +31,7 @@ Pod::Spec.new do |s|
"GCC_PREPROCESSOR_DEFINITIONS" => "MMKV_IOS_EXTENSION",
}

s.dependency 'MMKVCore', '~> 1.1.1'
s.dependency 'MMKVCore', '~> 1.1.2'

end

0 comments on commit fbb55e6

Please sign in to comment.