diff --git a/AbrevvaSDK.podspec b/AbrevvaSDK.podspec
index 0158350..c9065a9 100644
--- a/AbrevvaSDK.podspec
+++ b/AbrevvaSDK.podspec
@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'AbrevvaSDK'
- s.version = '1.0.30'
+ s.version = '1.0.31'
s.summary = 'Official EVVA Abrevva iOS SDK'
s.description = <<-DESC
The EVVA Abrevva iOS SDK is a collection of tools to work with electronical EVVA access components.
diff --git a/AbrevvaSDK.xcframework/Info.plist b/AbrevvaSDK.xcframework/Info.plist
index 9bf2e35..f69e44d 100644
--- a/AbrevvaSDK.xcframework/Info.plist
+++ b/AbrevvaSDK.xcframework/Info.plist
@@ -8,7 +8,7 @@
BinaryPath
AbrevvaSDK.framework/AbrevvaSDK
LibraryIdentifier
- ios-arm64_x86_64-simulator
+ watchos-arm64_x86_64-simulator
LibraryPath
AbrevvaSDK.framework
SupportedArchitectures
@@ -17,7 +17,7 @@
x86_64
SupportedPlatform
- ios
+ watchos
SupportedPlatformVariant
simulator
@@ -25,18 +25,16 @@
BinaryPath
AbrevvaSDK.framework/AbrevvaSDK
LibraryIdentifier
- watchos-arm64_x86_64-simulator
+ watchos-arm64_arm64_32
LibraryPath
AbrevvaSDK.framework
SupportedArchitectures
arm64
- x86_64
+ arm64_32
SupportedPlatform
watchos
- SupportedPlatformVariant
- simulator
BinaryPath
@@ -56,16 +54,18 @@
BinaryPath
AbrevvaSDK.framework/AbrevvaSDK
LibraryIdentifier
- watchos-arm64_arm64_32
+ ios-arm64_x86_64-simulator
LibraryPath
AbrevvaSDK.framework
SupportedArchitectures
arm64
- arm64_32
+ x86_64
SupportedPlatform
- watchos
+ ios
+ SupportedPlatformVariant
+ simulator
CFBundlePackageType
diff --git a/AbrevvaSDK.xcframework/ios-arm64/AbrevvaSDK.framework/AbrevvaSDK b/AbrevvaSDK.xcframework/ios-arm64/AbrevvaSDK.framework/AbrevvaSDK
index ddb8660..d7d9564 100755
Binary files a/AbrevvaSDK.xcframework/ios-arm64/AbrevvaSDK.framework/AbrevvaSDK and b/AbrevvaSDK.xcframework/ios-arm64/AbrevvaSDK.framework/AbrevvaSDK differ
diff --git a/AbrevvaSDK.xcframework/watchos-arm64_arm64_32/AbrevvaSDK.framework/AbrevvaSDK b/AbrevvaSDK.xcframework/watchos-arm64_arm64_32/AbrevvaSDK.framework/AbrevvaSDK
index 85d448f..8515efc 100755
Binary files a/AbrevvaSDK.xcframework/watchos-arm64_arm64_32/AbrevvaSDK.framework/AbrevvaSDK and b/AbrevvaSDK.xcframework/watchos-arm64_arm64_32/AbrevvaSDK.framework/AbrevvaSDK differ
diff --git a/README.md b/README.md
index cbd0e53..18c3e5c 100644
--- a/README.md
+++ b/README.md
@@ -35,10 +35,9 @@ The EVVA Abrevva iOS SDK is a collection of tools to work with electronical EVVA
### Cocoapods
-[CocoaPods](https://cocoapods.org) is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate EVVA Abrevva iOS SDK into your Xcode project using CocoaPods, specify the source repo and pod in your `Podfile`:
+[CocoaPods](https://cocoapods.org) is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate EVVA Abrevva iOS SDK into your Xcode project using CocoaPods, specify the pod in your `Podfile`:
```ruby
-source 'https://github.com/evva-sfw/abrevva-sdk-ios-pod-specs.git'
pod 'AbrevvaSDK'
```