The source in the .podspec file is pointing to the latest commits instead of the commit specific to the version.. This change adds the tag of the release to make the source more specific.
How to verify:
Create a new project with an older version of the package (e.g. 1.3.8) and use either Aes.encrypt or Aes.decrypt with only the 3 arguments that was previously required (as shown in README)
Add the pod to the project's podspec:
pod 'react-native-app-auth', :podspec => '../node_modules/react-native-app-auth/react-native-app-auth.podspec'
The source in the .podspec file is pointing to the latest commits instead of the commit specific to the version.. This change adds the tag of the release to make the source more specific.
How to verify:
Aes.encrypt
orAes.decrypt
with only the 3 arguments that was previously required (as shown in README)pod install