nst / STHTTPRequest

Obj-C / Cocoa HTTP requests for humans
BSD 3-Clause "New" or "Revised" License
825 stars 82 forks source link

Broken on AppleTVOS #36

Open egze opened 8 years ago

egze commented 8 years ago

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.

egze commented 8 years ago

I think you need this: s.tvos.deployment_target = '9.0'