Skip to content
This repository has been archived by the owner on Jul 12, 2019. It is now read-only.

version 1.2.0 not found in pod #52

Closed
kohdesmond opened this issue Jan 14, 2014 · 2 comments
Closed

version 1.2.0 not found in pod #52

kohdesmond opened this issue Jan 14, 2014 · 2 comments

Comments

@kohdesmond
Copy link

Hi Alikaragoz,

i got this error when i pod install

[!] Required version (MCSwipeTableViewCell (~> 1.2.0)) not found for MCSwipeTableViewCell.
Available versions: 1.1.1, 1.1.0, 1.0.1, 1.0.0

@gtg922r
Copy link

gtg922r commented Jan 15, 2014

The PodSpec repository has not yet been updated for 1.2.0. In the meantime you can either specify ~>1.1.1 to pick up the previous version, or you can change the line in your podspec to read:
pod 'MCSwipeTableViewCell', :git => 'https://github.com/alikaragoz/MCSwipeTableViewCell.git'
Be aware, if you do that last one any time that you pod update you will pick up any new commits - this may or may not be what you want.

@alikaragoz
Copy link
Owner

Hi @kohdesmond, @gtg922r said it all. I will soon push v2.0 of the lib on cocoapods. In the meantime you can use the technique describe above.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants