mirror of
https://github.com/MessageKit/MessageKit.git
synced 2026-02-06 19:03:19 +00:00
Updated MessageKit.podspec to use resource_bundle instead of resources (#1460)
* Update MessageKit.podspec Changed resources to resource_bundle * Update CHANGELOG.md * Update MessageKit.podspec Update resource bundle getter for updated podspec bundle setting * Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: Jakub Kašpar <kaspikk@gmail.com>
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
|
||||
s.swift_version = '5.3'
|
||||
|
||||
s.ios.deployment_target = '12.0'
|
||||
s.ios.resources = ['Sources/Assets.xcassets']
|
||||
s.ios.resource_bundle = { 'MessageKit' => 'Sources/Assets.xcassets' }
|
||||
|
||||
s.dependency 'InputBarAccessoryView', '~> 5.2.1'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user