matthewpalmer / Regift

Easily convert a video to a GIF on iOS.
MIT License
526 stars 80 forks source link

I wanna use Regift at OS X! #22

Closed nakajijapan closed 8 years ago

nakajijapan commented 8 years ago

Hi, @matthewpalmer.

I add target for OSX and check the system version.

matthewpalmer commented 8 years ago

This is awesome! Thanks very much. One last thing—would you be able to update the podspec to say that it's available on iOS and Mac?

It's probably something like

  s.ios.deployment_target = '8.0'
  s.osx.deployment_target = '10.10'

Here's an example if needed: https://github.com/matthewpalmer/Locksmith/blob/master/Locksmith.podspec

Thanks very much :+1:

matthewpalmer commented 8 years ago

Nice, thanks! Will merge this in now