Fix podspec.

This commit is contained in:
Yaroslav Zhurakovskiy 2016-07-18 16:56:30 +03:00
parent 3960583cab
commit 1368d4917a
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/yaroslav-zhurakovskiy/PainlessInjection.git"}
s.source_files = "PainlessInjection/**/*.swift"
s.source_files = "PainlessInjection/PainlessInjection/**/*.swift"
s.dependency 'PainlessInjectionLoader'
end