-
Notifications
You must be signed in to change notification settings - Fork 44
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
Created pod landingpage does always redirect to homepage #331
Comments
Did it solve? |
No, the issue still exists. |
This should probably be fixed by CocoaPods/trunk.cocoapods.org#235 - you're welcome to run through the help instructions in the README |
Seems this issue still exists. https://cocoapods.org/pods/MotionDnaSDK pushed up weeks ago doesn't have landing page as well. We do want to know the download count and what app is using us. |
+1 This is still happening for https://cocoapods.org/pods/GoogleAds-IMA-tvOS-SDK. Compare to https://cocoapods.org/pods/GoogleAds-IMA-iOS-SDK where this doesn't happen. |
I created a new pod which was uploaded succesfully. When I try to open the pod page I always get redirected to the homepage (defined in the podspec file).
URL: https://cocoapods.org/pods/iagent
[x] I've read and understood the *CONTRIBUTING guidelines and have done my best effort to follow.
Report
What did you do?
iAGENT.podspec:
Pod::Spec.new do |spec|
spec.name = "iAGENT"
spec.version = "0.1.2"
spec.summary = "Draft version of the novomind iAGENT SDK for iOS"
spec.description = "The novomind iAGENT SDK for iOS provides a simple way to integrate the iAGENT services into your iOS applications."
spec.social_media_url = "https://www.facebook.com/novomindAG"
spec.license = "Custom"
spec.authors = { 'novomind AG' => 'apps@novomind.com' }
spec.homepage = "https://www.novomind.com"
spec.platform = :ios, '9.3'
spec.source = { :git => '/Users/faleaf/git/novomind-iagent-sdk-ios', :tag => spec.version.to_s }
spec.source_files = 'iAGENT/**'
end
pod trunk push iAGENT.podspec
🎉 Congrats
🚀 iAGENT (0.1.2) successfully published
📅 August 29th, 10:54
🌎 https://cocoapods.org/pods/iAGENT
👍 Tell your friends!
What did you expect to happen?
That the URL https://cocoapods.org/pods/iagent is resolved to a pod page, not our homepage.
What happened instead?
The URL redirects to https://www.novomind.com
CocoaPods Environment
Stack
Installation Source
Plugins
The text was updated successfully, but these errors were encountered: