Integrate MessageInputBar as a dependency (#732)

* Remove MessageInputBar files and change build settings

* Conditional imports to allow for builds without MessageInputBar

* Update Cardfile

* Specify Version in Cartfile for MessageInputBar

* Remove conditional imports in favor of Carthage for local development

* Additional `import MessageInputBar`

* Remove `MessageInputBar` from Cartfile.private

* Bump MessageInputBar version

* Add Cartfile

* Tweak build settings

* Specify import of MessageInputBar for Carthage
This commit is contained in:
Nathan Tannar
2018-09-17 10:22:21 -07:00
committed by Steven Deutsch
parent 2d1fe72c7c
commit 230e067009
27 changed files with 59 additions and 1969 deletions
@@ -25,6 +25,7 @@
import UIKit
import MapKit
import MessageKit
import MessageInputBar
final class BasicExampleViewController: ChatViewController {