Open erinhochstatter opened 9 years ago
What issue are you having? I'm sure it should be pretty simple to make to compatible with OSX. Will look into it
Update podspec to support both iOS and OSX
s.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.8'
This is perfect, thanks!
Will add this to the next version
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?
It's okay now, if I use local podspec I need to have source code ready there. Thanks, it works now.
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.