Fix crash when trying to decode receipt from StoreKitTest. InAppPurchase.originalPurchaseDate is nil in StoreKitTest. (https://github.com/tikhop/TPInAppReceipt/issues/83)

This commit is contained in:
Pavel Tikhonenko
2021-04-03 22:55:40 +03:00
parent eb307bc257
commit eb79f08ac3
5 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "TPInAppReceipt"
s.version = "3.1.0"
s.version = "3.1.1"
s.summary = "Reading and Validating In App Purchase Receipt Locally"
s.description = "A lightweight iOS/OSX library for reading and validating Apple In App Purchase Receipt locally. Pure swift, No OpenSSL!"