システムにココア ポッドをインストールしているときに、次のエラーが発生しました。
エラー :
https://github.com/CocoaPods/Specs.git
「[!]という名前の URL を持つソースを追加できません。 で、または 経由master-1
で手動で追加してみてください。」~/.cocoapods/repos
pod repo add
ポッドファイル:
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'Demo' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
# Pods for Demo
target 'DemoTests' do
inherit! :search_paths
# Pods for testing
end
target 'DemoUITests' do
inherit! :search_paths
# Pods for testing
end
pod 'AZSClient'
pod 'CardIO'
pod 'Google/Analytics'
pod 'OpenTok'
pod 'THCalendarDatePicker', '~> 1.2.6'
end