agens-no/AGGeometryKit

tvOS

Closed this issue · 4 comments

Can you add support for tvOS on the podspec ?

Thanks.

I don't know if it works on tvOS. Never tried it there. I'd be happy to merge any pull requests :)

I already use your pod on tvOS but I need to import .h/.m.

I think you should just replace in your podSpec:

  • s.platform = :ios, '5.0'
  • s.ios.deployment_target = '5.0'
  • s.tvos.deployment_target = '9.0'

I someone can confirm ?
Thanks.

skjermbilde 2017-05-09 kl 14 11 29

Fixed

Thanks for reporting :) Please let me know if there's something that doesn't work.