Ios CocoaPods-找不到的规范

Ios CocoaPods-找不到的规范,ios,swift,cocoapods,Ios,Swift,Cocoapods,我的播客文件如下所示: source 'https://github.com/CocoaPods/Specs.git' --source= 'git@bitbucket.org:appstrakt/apps-tool-libraries-appletech-specs-private.git' --source= 'git@bitbucket.org:appstrakt/apps-tool-libraries-appletech-specs-test.git' target 'Test

我的播客文件如下所示:

    source 'https://github.com/CocoaPods/Specs.git'
--source= 'git@bitbucket.org:appstrakt/apps-tool-libraries-appletech-specs-private.git'
--source= 'git@bitbucket.org:appstrakt/apps-tool-libraries-appletech-specs-test.git'

target 'Test' do
platform :ios, '8.0'
use_frameworks!

# Fabric
pod 'Fabric'
pod 'Crashlytics'

# Appstrakt Pods
pod 'NovemberFiveApplication-iOS', '~> 2.0'
pod 'Dye', '~> 2.0'
pod 'APGoogleAnalytics', '~> 2.0'
pod 'APCrashlyticsAnalytics', '~> 2.0'
pod 'APLoggerServiceBasic', '~> 2.0'

# Dexter
pod 'Dexter', '~> 0.0.1'
pod 'DEXHTTPMonitorModule', '~> 0.0.1'

# 3rd Party Pods
pod 'JVFloatLabeledTextField', '~> 1.1'
pod 'Lockbox', '~> 1.4'
pod 'UICollectionViewLeftAlignedLayout'

pod 'Reveal-SDK'

end

post_install do |installer_representation|
    installer_representation.pods_project.targets.each do |target|
当我运行“pod安装”时,我得到一个错误:

分析依赖项[!]找不到的规范
11月5日应用程序iOS(~>2.0)

您有:*过期的源回购协议,您可以使用更新
pod repo update
或使用
pod安装--repo update
*打印错误 名称或版本。*未添加承载Podspec的源repo 到你的播客文件


NovenmberFiveApplication iOS
不是公共CoCoCoaPod。要安装它,您需要添加回购协议:


11月5日似乎是一个没有开源回购协议的行业。要使用他们的SDK,您需要从他们那里获得回购协议。

11月5日应用程序iOS
不是公共CoCoPapod。要安装它,您需要添加回购协议:


11月5日似乎是一个没有开源回购协议的行业。要使用他们的SDK,您需要从他们那里获得repo。

它不知道“11月5日应用程序iOS”。它应该在哪里?尝试执行命令
pod repo update
。当Pod库成为新版本时,有时会导致错误。它不知道“NovenmberFiveApplication iOS”。它应该在哪里?尝试执行命令
pod repo update
。当Pod库成为新版本时,有时会导致错误。