From 619b5cb020e19f5277cc49d752b67aacc6827195 Mon Sep 17 00:00:00 2001 From: Dmitry Arbuzov Date: Tue, 17 Sep 2019 17:05:15 +0300 Subject: [PATCH] Add resources entry to podspec --- BSKeyboardControls.podspec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/BSKeyboardControls.podspec b/BSKeyboardControls.podspec index b30eb89..88248e7 100644 --- a/BSKeyboardControls.podspec +++ b/BSKeyboardControls.podspec @@ -1,13 +1,14 @@ # coding: utf-8 Pod::Spec.new do |s| s.name = "BSKeyboardControls" - s.version = "2.3" + s.version = "2.3.1" s.summary = "Put controls above the keyboard on your iPhone or iPad app." s.homepage = "https://github.com/simonbs/BSKeyboardControls" s.license = 'MIT' s.author = { "Simon Støvring" => "simonstoevring@gmail.com" } - s.source = { :git => "https://github.com/simonbs/BSKeyboardControls.git", :tag => "v2.3" } + s.source = { :git => "https://github.com/simonbs/BSKeyboardControls.git", :tag => "v2.3.1" } s.requires_arc = true s.platform = :ios, '5.0' s.source_files = 'BSKeyboardControls/BSKeyboardControls.{h,m}' + s.resources = 'BSKeyboardControls/*.lproj/*.strings' end