STHTTPRequest
STHTTPRequest copied to clipboard
Broken on AppleTVOS
I'm using STHTTPRequest with Rubymotion.
When I'm doing $ bundle exec rake pod:install I get ERROR! Unknown CocoaPods platform: AppleTVOS
I think you need to add something about tv_os to the podspec, but I'm new to this.
I think you need this:
s.tvos.deployment_target = '9.0'