Fix PainlessInjection.podspec.

This commit is contained in:
Yaroslav Zhurakovskiy 2016-07-18 17:01:02 +03:00
parent 1368d4917a
commit 0ed911022e
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/PainlessInjection/**/*.swift"
s.source_files = "PainlessInjection/PainlessInjection/*.swift"
s.dependency 'PainlessInjectionLoader'
end