podspec dependencies versions fixed

This commit is contained in:
Grigory Ulanov 2016-08-09 18:28:57 +03:00
parent 093e3c27dc
commit 8e6f6f5b91
1 changed files with 2 additions and 2 deletions

View File

@ -10,6 +10,6 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/TouchInstinct/LeadKit.git" }
s.source_files = "LeadKit/LeadKit/**/*.swift"
s.dependency "CocoaLumberjack/Swift", "2.2.0"
s.dependency "AlamofireObjectMapper", "3.0.0"
s.dependency "CocoaLumberjack/Swift", '~> 2.2'
s.dependency "AlamofireObjectMapper", '~> 3.0'
end