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

JSON podspecs can't be referenced from Podfile #2952

Closed
irace opened this issue Dec 17, 2014 · 2 comments · Fixed by CocoaPods/Core#219
Closed

JSON podspecs can't be referenced from Podfile #2952

irace opened this issue Dec 17, 2014 · 2 comments · Fixed by CocoaPods/Core#219
Labels
t2:defect These are known bugs. The issue should also contain steps to reproduce. PRs welcome!

Comments

@irace
Copy link

irace commented Dec 17, 2014

Podfiles that reference JSON podspecs don't seem to work:

source 'https://github.com/CocoaPods/Specs.git'

podspec :name => 'SomeLibrary.podspec.json'

Running pod install generates the following error message:

[!] No podspec exists at path `/Users/bryan/Projects/SomeLibrary/SomeLibrary.podspec.json.podspec`.
@segiddins
Copy link
Member

I believe there is an issue in Core tracking this.

@segiddins
Copy link
Member

See also CocoaPods/Core#201

@segiddins segiddins added the t2:defect These are known bugs. The issue should also contain steps to reproduce. PRs welcome! label Dec 18, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t2:defect These are known bugs. The issue should also contain steps to reproduce. PRs welcome!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants