We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc2244 commit 3a46c0aCopy full SHA for 3a46c0a
PinCodeTextField.podspec
@@ -26,12 +26,12 @@ Pod::Spec.new do |s|
26
end
27
28
s.subspec 'ObjC' do |sp|
29
- sp.dependency 'Core'
30
- sp.source_files = ["Pod/ObjectiveC/*.swift"]
+ sp.dependency 'PinCodeTextField/Core'
+ sp.source_files = ["Pod/Objective-C/*.swift"]
31
32
33
s.subspec 'Swift' do |sp|
34
35
sp.source_files = ["Pod/Swift/*.swift"]
36
37
0 commit comments