From 9b589bea4d4fa26effd3699fac536779b4bda119 Mon Sep 17 00:00:00 2001 From: Fabio Pelosin Date: Wed, 20 Mar 2013 11:39:56 +0100 Subject: [PATCH] [Fix] PinEntry --- PinEntry/0.0.1/PinEntry.podspec | 1 - Rakefile | 1 - 2 files changed, 2 deletions(-) diff --git a/PinEntry/0.0.1/PinEntry.podspec b/PinEntry/0.0.1/PinEntry.podspec index 702fe60f..6df2624a 100644 --- a/PinEntry/0.0.1/PinEntry.podspec +++ b/PinEntry/0.0.1/PinEntry.podspec @@ -1,7 +1,6 @@ Pod::Spec.new do |s| s.name = 'PinEntry' s.version = '0.0.1' - s.license = '' s.summary = 'iPhone pin entry controller and a custom numpad view.' s.homepage = 'https://github.com/farcaller/iphone-pinentry' s.author = { 'Vlzcimif Pouzanov' => 'farcaller@gmail.com' } diff --git a/Rakefile b/Rakefile index 55fa754b..e4e872a5 100644 --- a/Rakefile +++ b/Rakefile @@ -9,7 +9,6 @@ Pod::Config.instance.repos_dir = Pathname.pwd.dirname Pod::Config.instance.verbose = true PODS_ALLOWED_TO_FAIL = [ - 'PinEntry', 'LibComponentLogging-pods', ]