We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee2156 commit e407b58Copy full SHA for e407b58
JsonLogicKMP.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |spec|
2
spec.name = "JsonLogicKMP"
3
- spec.version = "0.2.12"
+ spec.version = "0.2.13"
4
spec.summary = "Kotlin multiplatform JsonLogic"
5
spec.description = <<-DESC
6
* Kotlin multiplatform JsonLogic expressions evaluation engine
@@ -13,7 +13,7 @@ Pod::Spec.new do |spec|
13
spec.ios.deployment_target = "13.0"
14
15
spec.source = { :http => "#{spec.homepage}/releases/download/#{spec.version}/#{spec.name}.xcframework.zip",
16
- :sha256 => "7022ddbcc90ba535816197979c2213f929c3521e43ace22387df4fcb6b345237"
+ :sha256 => "c57c09616e6ea16c2e904aefb881a7fe231bc116cc0aea7da77f08cf7bab8856"
17
}
18
19
spec.vendored_frameworks = "#{spec.name}.xcframework"
0 commit comments