jinSasaki / InAppPurchase

A Simple and Lightweight framework for In App Purchase (Store Kit 1)
MIT License
288 stars 30 forks source link

Cocoapod can't install latest version 2.2.0 #41

Closed netgfx closed 4 years ago

netgfx commented 4 years ago

Describe the bug Cocoapod can't install latest version 2.2.0

CocoaPods could not find compatible versions for pod "InAppPurchase":
  In Podfile:
    InAppPurchase (= 2.1.5)

or 2.2.0

To Reproduce Steps to reproduce the behavior:

  1. pod 'InAppPurchase', '2.1.5'
  2. pod install

Expected behavior Version 2.1.5 or 2.2.0 to be installed

Smartphone (please complete the following information):

ericdesa commented 4 years ago

The last published version on cocoapods is the 2.1.4 (https://github.com/CocoaPods/Specs/tree/master/Specs/e/c/9/InAppPurchase)

In the meantime, we can link the Podfile to the right git tag: pod 'InAppPurchase', :git => 'https://github.com/jinSasaki/InAppPurchase.git', :tag => '2.2.0'

jinSasaki commented 4 years ago

@netgfx @ericdesa

I'm sorry, I forgot to push the new version to Cocoapods. I pushed InAppPurchase 2.2.0 just now! Please use the latest version.