Fix podspec.
This commit is contained in:
parent
3960583cab
commit
1368d4917a
|
@ -19,7 +19,7 @@ Pod::Spec.new do |s|
|
||||||
|
|
||||||
s.source = { :git => "https://github.com/yaroslav-zhurakovskiy/PainlessInjection.git"}
|
s.source = { :git => "https://github.com/yaroslav-zhurakovskiy/PainlessInjection.git"}
|
||||||
|
|
||||||
s.source_files = "PainlessInjection/**/*.swift"
|
s.source_files = "PainlessInjection/PainlessInjection/**/*.swift"
|
||||||
|
|
||||||
s.dependency 'PainlessInjectionLoader'
|
s.dependency 'PainlessInjectionLoader'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue