getbouncer / cardscan-ios

A library for scanning credit and debit cards
MIT License
207 stars 66 forks source link

Switch to weak_framework in podspec #9

Closed kingst closed 5 years ago

kingst commented 5 years ago

Use lazy framework loading so that older versions of iOS can still operate if they use cardscan. Also, changes the scan delegate to a weak reference to avoid circular reference.