Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for OS X platform? #33

Open
erinhochstatter opened this issue Jul 2, 2015 · 6 comments
Open

Support for OS X platform? #33

erinhochstatter opened this issue Jul 2, 2015 · 6 comments
Labels

Comments

@erinhochstatter
Copy link

I was hoping to use this for an OS X / Swift project, but noticed that it only supports iOS. Is this something that you're considering adding? If you could point me in the right direction, maybe I could try getting it to work.

@aryaxt aryaxt added the bug label Jul 2, 2015
@aryaxt
Copy link
Owner

aryaxt commented Jul 2, 2015

What issue are you having? I'm sure it should be pretty simple to make to compatible with OSX. Will look into it

@aryaxt
Copy link
Owner

aryaxt commented Jul 5, 2015

Update podspec to support both iOS and OSX

s.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.8'

@erinhochstatter
Copy link
Author

This is perfect, thanks!

@aryaxt
Copy link
Owner

aryaxt commented Jul 13, 2015

Will add this to the next version

@haxpor
Copy link

haxpor commented Jul 14, 2016

It doesn't work for me. I added

s.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.8'

to podspec file. And in Podfile, I use

pod 'OCMapper', :path => "CustomPodspecs/OCMapper.podspec".

It doesn't fetch source code from github. Did I miss anything?

@haxpor
Copy link

haxpor commented Jul 14, 2016

It's okay now, if I use local podspec I need to have source code ready there. Thanks, it works now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants