From a125c3d998e10175d06b992b71ce51a9c13cf4a4 Mon Sep 17 00:00:00 2001 From: Alexis Aubry Date: Mon, 28 May 2018 19:40:56 +0200 Subject: [PATCH] Fix CocoaPods missing resource --- BulletinBoard.podspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BulletinBoard.podspec b/BulletinBoard.podspec index 436b0ed..0f93f49 100644 --- a/BulletinBoard.podspec +++ b/BulletinBoard.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "BulletinBoard" - s.version = "2.0.0" + s.version = "2.0.1" s.summary = "Generate and Display Bottom Card Interfaces for iOS" s.description = <<-DESC BulletinBoard is an iOS library that generates and manages contextual cards displayed at the bottom of the screen. It is especially well suited for quick user interactions such as onboarding screens or configuration. @@ -17,4 +17,5 @@ Pod::Spec.new do |s| s.frameworks = "UIKit" s.documentation_url = "https://alexaubry.github.io/BulletinBoard" s.module_name = "BLTNBoard" + s.resources = "Resources/**/*.{lproj,png}" end