CocoaPods / search.cocoapods.org

This is the CocoaPods search engine repo, please direct CocoaPods issues to the main CocoaPods repository.
25 stars 11 forks source link

Pod trunk Push not working #121

Open nikiizvorski opened 5 years ago

nikiizvorski commented 5 years ago

Report

What did you do?

Hi there, i am currently new to this and this is what my issue is i am using latest version of cocoapod. And after i pushed my pod to cocoapods first time it went well and was published. Second time i made a new pod and pushed it again but this time its not showing on cocoapods website. And its being redirected to the git or bitbucket i did try with each one it still happens the same.

Using CocoaPods == 1.5.3

Using Xcode Latest

Here is an example podspec:

#Pod::Spec.new do |s|
  s.name             = 'NovPod'
  s.version          = '0.1.0'
  s.summary          = 'short description'

  s.description      = <<-DESC
Simple as it is.
                       DESC

  s.homepage        = 'https://bitbucket.org/home/project'
  # s.screenshots     = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
  s.license          = { :type => 'Apache 2.0', :file => 'LICENSE' }
  s.author           = { 'username@gmail.com' => 'username@email.com' }
  s.source           = { :git => 'https://username@bitbucket.org/username/sdk.git', :tag => s.version.to_s }
  # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'

  s.ios.deployment_target = '8.0'

  s.source_files = 'Pod/Classes/*.{h,m,swift}'

  s.static_framework = true

  s.ios.deployment_target = '8.0'

  # LDFLAGS required by Firebase dependencies.
  s.pod_target_xcconfig = {
      'FRAMEWORK_SEARCH_PATHS' => '/Applications/Xcode.app/Contents/Developer/Library/Frameworks',
      'OTHER_LDFLAGS' => '$(inherited) -ObjC'
  }

  # s.public_header_files = 'Pod/Classes/**/*.h'
  # s.frameworks = 'UIKit', 'MapKit'
end

ℹ i use pod lib lint to verify and pod trunk register, pod trunk push to push my lib it works well.

What did you expect to happen?

ℹ Expected is to have the pod available on the page.

What happened instead?

ℹ When searching doesn't show and it redirects to git.

CocoaPods Environment

ℹ Please replace these two lines with the output of pod env.

Stack

   CocoaPods : 1.5.3
        Ruby : ruby 2.5.0p0 (2017-12-25 revision 61468) [x86_64-darwin17]
    RubyGems : 2.7.6
        Host : Mac OS X 10.13.3 (17D47)
       Xcode : 9.4.1 (9F2000)
         Git : git version 2.15.1
Ruby lib dir : /usr/local/Cellar/ruby/2.5.0_2/lib
Repositories : googlesource-nearby - https://cpdc-eap.googlesource.com/Nearby.git @ 7a409e3dc48acefa2dd2d03eec201d55acfe04f8
               master - https://github.com/CocoaPods/Specs.git @ de04bbc0ba9ed1f957b3bd03ca582775bdf66281

Installation Source

Executable Path: /usr/local/bin/pod

Plugins


cocoapods-deintegrate : 1.0.2
cocoapods-plugins     : 1.0.0
cocoapods-search      : 1.0.0
cocoapods-stats       : 1.0.0
cocoapods-trunk       : 1.3.0
cocoapods-try         : 1.1.0