LinkedInAttic/Isaac

Support OSX in podspec

mrjjwright opened this issue · 5 comments

I am using this successfully in my OSX project, it seems like the podspec platform doesn't have to be iOS specific. I would love to import this via CocoaPods. Great library, I was using JSONModel before but this has much better default behavior and model to JSON functionality. The copying functionality is very handy too!

Thanks for seeing how it works in OSX. The only reason I specified iOS was because I had only tested it in that environment. I'll update the podspec tomorrow. I suppose we'll use your project as a test for OSX. Please let me know if you encounter any issues.
Thanks.

Hey, sorry I've been slow getting round to this. What's a reasonable lowest version to support for OSX? I'm supporting 6.0 for iOS, but honestly, it could probably be lower (again, just not tested). What's your guess for for OSX would have a high probability of supporting?

I would say 10.8 as any bugs reported against that could easily be fixed. I have only tested 10.9.

On Jun 17, 2014, at 11:10 PM, Peter Livesey notifications@github.com wrote:

Hey, sorry I've been slow getting round to this. What's a reasonable lowest version to support for OSX? I'm supporting 6.0 for iOS, but honestly, it could probably be lower (again, just not tested). What's your guess for for OSX would have a high probability of supporting?


Reply to this email directly or view it on GitHub.

I've pushed it. And crap...I specified 10.6 instead...clearly remembered that number wrong.
What do you think, bump the version again and change to 10.8? I sort of doubt there will be bugs with recent versions...
Let me know if it works though.

Since I haven't heard anything, I'll assume it's working. Please ping me if it's not the case.