1

I deployed my first pod AlignedCollectionViewFlowLayout a couple of weeks ago to CocoaPods. It all works fine and it shows up in search on cocoapods.org.

CocoaPods Search screenshot

However, it doesn't have an Expand button next to it like most of the other pods, but the three buttons Site, Docs and Spec instead where the Spec button targets a URL that doesn't exist:
https://github.com/CocoaPods/Specs/tree/master/Specs/AlignedCollectionViewFlowLayout/1.1.0/AlignedCollectionViewFlowLayout.podspec.json

The correct URL for the podspec is:
https://github.com/CocoaPods/Specs/blob/master/Specs/e/3/7/AlignedCollectionViewFlowLayout/1.1.0/AlignedCollectionViewFlowLayout.podspec.json

I also found some other questions on Stackoverflow concerning the same issue (unfortunately unanswered):

and one answer to an older similar question mentioning that the CocoaPods server was down at the time:

Has that been the case when I deployed my pod as well?

How can I fix this and get the Expand button to show on CocoaPods.org?

Community
  • 1
  • 1
Mischa
  • 15,816
  • 8
  • 59
  • 117

1 Answers1

0

try redeploy your pods using this link below http://api.cocoadocs.org:4567/redeploy/AlignedCollectionViewFlowLayout/latest

Also, you can check errors http://api.cocoadocs.org:4567/error/AlignedCollectionViewFlowLayout/1.0.0

Community
  • 1
  • 1