Is it possible to cut a new version of the SDK with v3.2.0 of VENCore?
I tried to update the podspec on a fork and got the error below when running pod update VENCore:
Resolving dependencies of `Podfile`
[!] Unable to satisfy the following requirements:
- `VENCore (~> 3.2)` required by `Podfile`
It looks like the platform setting might be out of sync between the two pods, 7.0 in venmo-ios-sdk and 8.0 in VENCore.
Is it possible to cut a new version of the SDK with v3.2.0 of VENCore? I tried to update the podspec on a fork and got the error below when running
pod update VENCore
:It looks like the
platform
setting might be out of sync between the two pods,7.0
in venmo-ios-sdk and8.0
in VENCore.