From e6e404d225496f886ade4e156b8cb2def822de8d Mon Sep 17 00:00:00 2001 From: Dmitriy Dotsenko Date: Fri, 27 Dec 2019 00:02:05 +0300 Subject: [PATCH] ... --- DDPinCodeDecorator.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DDPinCodeDecorator.podspec b/DDPinCodeDecorator.podspec index 8e597d9..058a514 100644 --- a/DDPinCodeDecorator.podspec +++ b/DDPinCodeDecorator.podspec @@ -10,7 +10,7 @@ Pod::Spec.new do |spec| spec.homepage = "https://github.com/d-dotsenko/DDPinCodeDecorator" spec.source = { :git => "https://github.com/d-dotsenko/DDPinCodeDecorator.git", :tag => "#{spec.version}" } spec.frameworks = "UIKit" - spec.source_files = "DDPinCodeDecorator/**/*.{h,swift}" + spec.source_files = "PinCodeDecorator/**/*.{h,swift}" spec.swift_version = "5" spec.ios.deployment_target = "10" end