Ios 找不到CoCoapod的规范

Ios 找不到CoCoapod的规范,ios,swift,cocoapods,Ios,Swift,Cocoapods,我在安装可可豆时遇到了问题 [!] Unable to find a specification for `SideMenu~> 2.0` 我也有同样的问题。但我必须通过以下程序解决我的问题 source 'https://github.com/CocoaPods/Specs.git' platform :ios, '9.0' target 'Test' do use_frameworks! # pod 'Alamofire', '~>

我在安装可可豆时遇到了问题

[!] Unable to find a specification for `SideMenu~> 2.0`

我也有同样的问题。但我必须通过以下程序解决我的问题

   source 'https://github.com/CocoaPods/Specs.git'
    platform :ios, '9.0'

    target 'Test' do

      use_frameworks!

#    pod 'Alamofire', '~> 4.0'
     pod 'Alamofire', :git => 'https://github.com/Alamofire/Alamofire.git'

#    pod 'SwiftyJSON' , '~> 3.1'
     pod 'SwiftyJSON', :git => 'https://github.com/SwiftyJSON/SwiftyJSON.git'

#     pod 'SideMenu' '~> 2.0'
      pod 'SideMenu', :git => 'https://github.com/jonkykong/SideMenu.git'

#     pod 'SDWebImage', '4.0.0-beta2'
      pod 'SDWebImage', :git => 'https://github.com/rs/SDWebImage.git'

#     pod 'SwiftDate', '~> 4.0'
      pod 'SwiftDate', :git => 'https://github.com/malcommac/SwiftDate'



end

post_install do |installer|
    installer.pods_project.targets.each do |target|
      target.build_configurations.each do |config|
        config.build_settings['SWIFT_VERSION'] = '3.0'
     end
    end
  end

我也有同样的问题。但我必须通过以下程序解决我的问题

   source 'https://github.com/CocoaPods/Specs.git'
    platform :ios, '9.0'

    target 'Test' do

      use_frameworks!

#    pod 'Alamofire', '~> 4.0'
     pod 'Alamofire', :git => 'https://github.com/Alamofire/Alamofire.git'

#    pod 'SwiftyJSON' , '~> 3.1'
     pod 'SwiftyJSON', :git => 'https://github.com/SwiftyJSON/SwiftyJSON.git'

#     pod 'SideMenu' '~> 2.0'
      pod 'SideMenu', :git => 'https://github.com/jonkykong/SideMenu.git'

#     pod 'SDWebImage', '4.0.0-beta2'
      pod 'SDWebImage', :git => 'https://github.com/rs/SDWebImage.git'

#     pod 'SwiftDate', '~> 4.0'
      pod 'SwiftDate', :git => 'https://github.com/malcommac/SwiftDate'



end

post_install do |installer|
    installer.pods_project.targets.each do |target|
      target.build_configurations.each do |config|
        config.build_settings['SWIFT_VERSION'] = '3.0'
     end
    end
  end

规范回购协议最近被分割:

如果您不使用最新的CoacoPods:

使用
源代码https://github.com/CocoaPods/Old-Specs
在pod文件的顶部

我也有同样的经历:


规范回购协议最近被分割:

如果您不使用最新的CoacoPods:

使用
源代码https://github.com/CocoaPods/Old-Specs
在pod文件的顶部

我也有同样的经历:


可能重复的可能重复但如果不是在官方网站上,您在Github上找不到Firebase/Core这样的pod,则必须将其放入:git;但是如果不是在官方网站上,您在Github上找不到Firebase/Core这样的pod,则必须将其放入:git