goodow/GDLiveStreaming

[!] Unable to find a specification for `GDLiveStreaming`

haemi opened this issue · 1 comments

haemi commented

I have the following Podfile:

target 'MyProject' do
  # Comment this line if you're not using Swift and don't want to use dynamic frameworks
  use_frameworks!

  # Pods for YoutubeGP
  pod "GDLiveStreaming"
  pod 'VideoCore', :git => 'https://github.com/goodow/VideoCore.git'
  pod 'glm', :podspec => 'https://raw.githubusercontent.com/goodow/GDLiveStreaming/master/glm.podspec'
end

but I do get the error

[!] Unable to find a specification for `GDLiveStreaming`

What am I missing?

Using this instead:

pod 'GDLiveStreaming', :git => 'https://github.com/goodow/GDLiveStreaming.git'