Skip to content

Commit 3a46c0a

Browse files
author
Alexander Tkachenko
committed
Fix podspec errors
1 parent 2cc2244 commit 3a46c0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PinCodeTextField.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ Pod::Spec.new do |s|
2626
end
2727

2828
s.subspec 'ObjC' do |sp|
29-
sp.dependency 'Core'
30-
sp.source_files = ["Pod/ObjectiveC/*.swift"]
29+
sp.dependency 'PinCodeTextField/Core'
30+
sp.source_files = ["Pod/Objective-C/*.swift"]
3131
end
3232

3333
s.subspec 'Swift' do |sp|
34-
sp.dependency 'Core'
34+
sp.dependency 'PinCodeTextField/Core'
3535
sp.source_files = ["Pod/Swift/*.swift"]
3636
end
3737

0 commit comments

Comments
 (0)