wit-ai/wit-ios

Podspec Version is broken

aelavell opened this issue · 2 comments

The Podspec is listed as being 4.2.0, but still points to the commit tagged 4.1.0. It doesn't work.

Pod::Spec.new do |s|
  s.name         = "Wit"
  s.version      = "4.2.0"

...

  s.source       = { :git => "https://github.com/wit-ai/wit-ios-sdk.git", :tag => "4.1.0" }

Thanks. The current commit fixes this. It still needs to be pushed to the trunk by someone from the wit team, see wit-ai/wit#454

podspec has been pushed to trunk. Works for me, thanks again for reporting.