Open orestesgaolin opened 3 months ago
Platform on which you observed the bug:
Device on which you observed the bug:
Describe the bug Seems like the Podspec is not updated for iOS library and it still shows 5.5.0 as the latest version
How to Reproduce Try to add PolarBleSDK version 5.6.0
s.dependency 'PolarBleSdk', '~> 5.6.0'
None of your spec sources contain a spec satisfying the dependency: PolarBleSdk (~> 5.6.0)
PolarBleSdk (~> 5.6.0)
Expected behavior
Please release the 5.6.0 for iOS. Current workaround is to override the Pod in Podfile by providing github reference.
Hello, please try now again. Podspec should now be properly updated. You might need to run pod repo update to find the new pod.
pod repo update
Platform on which you observed the bug:
Device on which you observed the bug:
Describe the bug Seems like the Podspec is not updated for iOS library and it still shows 5.5.0 as the latest version
How to Reproduce Try to add PolarBleSDK version 5.6.0
Expected behavior
Please release the 5.6.0 for iOS. Current workaround is to override the Pod in Podfile by providing github reference.