jkpang / PPBadgeView

iOS Custom Badge, Support UIView, UITabBarItem, UIBarButtonItem ,Support Objective-C/Swift; iOS自定义Badge组件, 支持UIView, UITabBarItem, UIBarButtonItem, 支持Objective-C/Swift
MIT License
848 stars 119 forks source link

+ Carthage compatibility for Swift #23

Closed larromba closed 5 years ago

larromba commented 5 years ago

I tried a few different ways. In the end I added a new framework target PPBadgeView to the PPBadgeViewSwift project and shared the framework's scheme.

I updated README.md with usage instructions for Carthage.

You'd need to make a new tag 2.3.0 on merging this for it to be compatible with Carthage.

I'm not sure if this change works with Objective-C projects, but i can confirm it works with Swift projects

jkpang commented 5 years ago

Cool !Thank you very much