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

PodSpec #6

Open
ghost opened this issue Jan 5, 2015 · 3 comments
Open

PodSpec #6

ghost opened this issue Jan 5, 2015 · 3 comments

Comments

@ghost
Copy link

ghost commented Jan 5, 2015

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

@pblondin
Copy link

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'

@ghost
Copy link
Author

ghost commented Feb 11, 2015

I will: thanks for getting back to me on this.

@malaba
Copy link

malaba commented Mar 11, 2015

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.

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