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
+3
View File
@@ -19,4 +19,7 @@ Pod::Spec.new do |s|
s.ios.resource_bundle = { 'MessageKitAssets' => 'Assets/MessageKitAssets.bundle/Images' }
s.requires_arc = true
s.dependency 'MessageInputBar/Core'
end