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 5e1a2e9 commit caf3e9eCopy full SHA for caf3e9e
JsonLogicKMP.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |spec|
2
spec.name = "JsonLogicKMP"
3
- spec.version = "0.2.2"
+ spec.version = "0.2.5"
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}_xcframeworks.zip",
16
- :sha256 => "91e53dae1f62e1c2fefcfcc474b37c6d87717046ae04d61e57b168b7e36c7739"
+ :sha256 => "7506d4b885ec2d46237c29287720d6289a22872482617f4428135ff518c7e0a0"
17
}
18
19
spec.subspec 'OperationsApi' do |operationsApi|
0 commit comments