steamclock / netable

A Swift library for encapsulating network APIs using Codable in a type-oriented way.
MIT License
99 stars 3 forks source link

Consider replacing Mockingjay with OHHTTPStubs, or forking Mockingjay #39

Closed brendanlensink closed 4 years ago

brendanlensink commented 4 years ago

31 mentions some trouble with adding SPM support due to Mockingjay not supporting it.

Mockingjay doesn't seem like it's being actively maintained (https://github.com/kylef/Mockingjay/issues/98), so we should consider either moving off of it (the author of Mockingjay recommends OHHTTPStubs or forking it and adding our own SPM support.

sakuraehikaru commented 4 years ago

Done.