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

Getting dependencies for a podspec instead uses latest version of podspec #8

Closed
kylef opened this issue Nov 9, 2014 · 1 comment
Closed

Comments

@kylef
Copy link

kylef commented Nov 9, 2014

When I pod dependencies AWSiOSSDK.podspec.json it calculates from 1.7.1 instead of the podspec given (1.6.1). This can easily be reproduced by running pod dependencies ~/.cocoapods/repos/master/Specs/AWSiOSSDK/1.6.1/AWSiOSSDK.podspec.json.

Usage:

    $ pod dependencies [PODSPEC]

      Shows the project's dependency graph.
$ pod dependencies AWSiOSSDK.podspec.json

Dependencies

---
- AWSiOSSDK (1.7.1):
...
$ head AWSiOSSDK.podspec.json
{
  "name": "AWSiOSSDK",
  "version": "1.6.1",
@segiddins
Copy link
Owner

Depends upon CocoaPods/Core#201

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