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

Cocoapods still says 1.4.6 #26

Closed
magin opened this issue Apr 8, 2014 · 3 comments
Closed

Cocoapods still says 1.4.6 #26

magin opened this issue Apr 8, 2014 · 3 comments

Comments

@magin
Copy link

magin commented Apr 8, 2014

No description provided.

@granoff
Copy link
Owner

granoff commented Apr 8, 2014

Huh. Indeed it does. The most recent tag is 1.4.8 and it is pushed to Github. Not sure what to do here.

@rivera-ernesto
Copy link
Contributor

In order to appear in CocoaPods the *.podspec has to be added to https://github.com/CocoaPods/Specs as well.

E.g. adding 1.4.7/1.4.8: CocoaPods/Specs#10239

Also the podpsec requires a requires_arc flag:

pod spec lint Lockbox.podspec 

 -> Lockbox (1.4.8)
    - WARN  | [iOS] A value for `requires_arc` should be specified until the migration to a `true` default.

Analyzed 1 podspec.

@magin
Copy link
Author

magin commented Apr 8, 2014

Thanks!

@magin magin closed this as completed Apr 8, 2014
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

3 participants