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', ]