We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your PodSpec working properly: I couldn't retrieve your project through cocoa-pod?
My podfile look like this:
source 'https://github.com/CocoaPods/Specs.git'
target "XEBTest" do pod 'Reachability', '>3.2' pod 'MIBadgeButton', '>0.0.2' pod 'UIBarButtonItem-Badge', '~>0.0.1' end
target "XEBTestTests" do
end
The text was updated successfully, but these errors were encountered:
It seems the podspec is not uploaded in repo. For the moment you can add this line in your Podfile.
pod 'UIBarButtonItem-Badge', :git => 'https://github.com/mikeMTOL/UIBarButtonItem-Badge'
Sorry, something went wrong.
I will: thanks for getting back to me on this.
there is no tag for v0.0.1
it install with pblondin comment, but a proper tag + an upload to the main repository will be nice.
No branches or pull requests
Is your PodSpec working properly: I couldn't retrieve your project through cocoa-pod?
My podfile look like this:
source 'https://github.com/CocoaPods/Specs.git'
target "XEBTest" do
pod 'Reachability', '
>3.2'>0.0.2'pod 'MIBadgeButton', '
pod 'UIBarButtonItem-Badge', '~>0.0.1'
end
target "XEBTestTests" do
end
The text was updated successfully, but these errors were encountered: