TransitApp/SVHTTPRequest

Mac OSX compatibility?

Closed this issue · 9 comments

I noticed in the CocoaPods podspec for this library that only iOS is supported, though in this repo it says Mac OSX Lion+ is supported. Is one of them not current? I may attempt to port an iOS app to Mac and I'd like to bring over all the networking code if possible.

@pwightman it should work fine on OS X, although I haven't tested it in a while. Let me know if it doesn't.

Is there any harm in me pull requesting the pod spec in the cocoapods/specs repo and removing the ios-only platform requirement? I'd like to use cocoa pods if possible. Maybe I'll test it out without cocoa pods and if it works, I'll pull request it. Thanks!

@pwightman that'd be great, please do!

@pwightman, did you ever end up doing this? The Podspec here, and in CocoaPods is still restricted to iOS only.

I did attempt but was unable to get it to work, though that was some time
ago. I was getting compilation errors, not runtime errors, if I remember
correctly.

Parker

On Jan 23, 2013, at 4:24 AM, Tony Arnold notifications@github.com wrote:

@pwightman https://github.com/pwightman, did you ever end up doing this?
The Podspec here, and in CocoaPods is still restricted to iOS only.


Reply to this email directly or view it on
GitHubhttps://github.com//issues/20#issuecomment-12591485.

I just tried, and it compiled fine on OS X in the Demo project. Can you recall any of the specifics?

No, but it really was ages ago and the library has changed a lot since then. My guess is whatever my problems were are not the same anymore. If it appears to compile and work for you, maybe submit a pull request to change the podspec?

Parker

On Jan 23, 2013, at 7:02 PM, Tony Arnold notifications@github.com wrote:

I just tried, and it compiled fine on OS X in the Demo project. Can you recall any of the specifics?


Reply to this email directly or view it on GitHub.

Thanks for the help guys. I just tagged master with 0.4 and pushed the podspec to both repos.

I need to start taking better care of versioning and my pod specs.