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

Needs BlockKit update to support arm64 #1

Closed
SPopenko opened this issue Jan 22, 2014 · 3 comments
Closed

Needs BlockKit update to support arm64 #1

SPopenko opened this issue Jan 22, 2014 · 3 comments

Comments

@SPopenko
Copy link

https://github.com/pandamonia/BlocksKit/issues/178

Suggested fix: change pod dependence to
pod 'BlocksKit', :git => 'https://github.com/pandamonia/BlocksKit.git', :branch => 'next'

@humblehacker
Copy link
Owner

Thanks for the heads-up. In my quick check, there doesn't appear to be a way to point to a particular branch when specifying dependencies in a podspec file. I tried variations on this, to no avail:

  s.dependency 'BlocksKit', { :git => 'https://github.com/pandamonia/BlocksKit.git', :branch => 'next' }

I will, however, update to BlocksKit 2.0 so this pod will be ready when BlocksKit Issue 178 is closed.

humblehacker added a commit that referenced this issue Jan 22, 2014
Relates to issue #1
@SPopenko
Copy link
Author

Cool, thanks.

As temporary solution it probably could be done like two step changes:

  1. spec
    s.dependency 'BlocksKitNext'

  2. in pod file:
    pod 'BlocksKitNext', :git => 'https://github.com/pandamonia/BlocksKit.git', :branch => 'next'
    pod 'AutoLayoutDSL'

based on this pos: thttp://stackoverflow.com/questions/16905112/cocoapods-dependency-in-pod-spec-not-working

@humblehacker
Copy link
Owner

BlocksKit 2.2 has been released with the necessary fixes.

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