Merge pull request #22 from TouchInstinct/fix/requirments

Fix. Dependencies
This commit is contained in:
Nikolai Ashanin 2017-07-26 19:01:51 +03:00 committed by GitHub
commit aac1a961ba
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "LeadKitAdditions"
s.version = "0.0.18"
s.version = "0.0.19"
s.summary = "iOS framework with a bunch of tools for rapid development"
s.homepage = "https://github.com/TouchInstinct/LeadKitAdditions"
s.license = "Apache License, Version 2.0"
@ -16,7 +16,7 @@ Pod::Spec.new do |s|
"LeadKitAdditions/Sources/Services/Network/DefaultNetworkService+ActivityIndicator+Extension.swift",
]
ss.dependency "LeadKit", '0.5.1'
ss.dependency "LeadKit", '~> 0.5' # till 0.6
ss.dependency "KeychainAccess", '3.0.2'
ss.dependency "IDZSwiftCommonCrypto", '0.9.1'
ss.dependency "InputMask", '2.2.5'
@ -31,7 +31,7 @@ Pod::Spec.new do |s|
"LeadKitAdditions/Sources/Services/Network/DefaultNetworkService+ActivityIndicator.swift",
]
ss.dependency "LeadKit/Core-iOS-Extension", '0.5.1'
ss.dependency "LeadKit/Core-iOS-Extension", '~> 0.5'
ss.dependency "KeychainAccess", '3.0.2'
ss.dependency "IDZSwiftCommonCrypto", '0.9.1'
end