BaseModel icon indicating copy to clipboard operation
BaseModel copied to clipboard

TVos cocoapod support

Open cerupcat opened this issue 9 years ago • 1 comments

Can you add the following to the podspec so enable tvos support?

s.tvos.deployment_target = '9.0'

cerupcat avatar Nov 12 '15 01:11 cerupcat

I'll second this. I made a fork and added tvos to the list of supported platforms, and it installs correctly. (https://github.com/nicklockwood/BaseModel) I've also been using the class quite a bit from a tvos project (not in a cocoapod) and haven't run into any problems. But I'm also not doing extensive tests or anything. Thanks!

mgrider avatar Jan 20 '16 17:01 mgrider