oseparovic / MessageComposerView

Custom UIView that sticks to the keyboard like in iMessage
MIT License
100 stars 27 forks source link

add Carthage support #14

Closed AndrewSB closed 7 years ago

oseparovic commented 9 years ago

Carthage only supports frameworks on iOS 8 and later. This lib (at least attempts to be) compatible down to iOS 6. I would also like to avoid adding all that xcode meta data junk if possible.

Thanks for the suggestion

AndrewSB commented 9 years ago

I know there are alot of people (myself included) who are targeting iOS 8+ and use Carthage for dependency management, can this be pushed to a carthage branch (I'll create a new Pull Request)?

AndrewSB commented 7 years ago

@oseparovic: bump. I wanted to delete my fork

oseparovic commented 7 years ago

I added the xcode files. Keep in mind I am no longer actively maintaining the library. If you notice any bugs, please send me another pull request

AndrewSB commented 7 years ago

Thanks @oseparovic! Will do 😄