XMLParsing icon indicating copy to clipboard operation
XMLParsing copied to clipboard

Can not use Carthage because deployment target is 12

Open kekkememadduck opened this issue 6 years ago • 1 comments

I can not use library with Carthage because project's minimum target is 12. But my application is minimum deployment target is 10. Could you change it. Thanks

kekkememadduck avatar Apr 04 '19 13:04 kekkememadduck

Hi @kekkememobven, I maintain a compatible fork of this package called XMLCoder, it supports and is tested with iOS 9 and iOS 10 and also supports Carthage. It looks like XMLParsing is no longer maintained, but you should be able to migrate to XMLCoder without any significant changes to your existing codebase.

MaxDesiatov avatar May 01 '19 11:05 MaxDesiatov