Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

podfile ? #67

Closed
JulesMoorhouse opened this issue Apr 12, 2015 · 4 comments
Closed

podfile ? #67

JulesMoorhouse opened this issue Apr 12, 2015 · 4 comments

Comments

@JulesMoorhouse
Copy link

Can't see this on cocoapods.org

Tried...
pod 'CustomIOSAlertView', '~> 0.9.2'

I get the following error?

[!] Unable to satisfy the following requirements:

  • CustomIOSAlertView (~> 0.9.2) required by Podfile
  • CustomIOSAlertView (~> 0.9.2) required by Podfile
@JulesMoorhouse
Copy link
Author

OK, tried this..

pod 'CustomIOSAlertView', '~> 0.9.2', :git => 'https://github.com/wimagguc/ios-custom-alertview.git'

But I get this...
[!] A dependency with an external source may not specify version requirements (CustomIOSAlertView).

@JulesMoorhouse
Copy link
Author

I've also tried, which doesn't change things...

pod 'CustomIOSAlertView', '~> 0.9.2', :git => 'https://github.com/wimagguc/ios-custom-alertview.git', :podspec => 'https://github.com/wimagguc/ios-custom-alertview/blob/master/CustomIOSAlertView.podspec'

@JulesMoorhouse
Copy link
Author

Hmmmm 0.9.1 works, but not 0.9.2

pod "CustomIOSAlertView", "~> 0.9.1"

@wimagguc
Copy link
Owner

Thanks for seeing this. CocoaPods doesn't seem to have picked up 0.9.2, but I just added a new tag with version 0.9.3 and that works for me:
pod "CustomIOSAlertView", "~> 0.9.3"

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

No branches or pull requests

2 participants