podspec updated

This commit is contained in:
Madhas 2018-05-28 14:11:50 +03:00
parent 29ce2bc74b
commit 3c9ec27f42
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.2.9"
s.version = "0.3.0"
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|
"Sources/Services/Network/DefaultNetworkService+ActivityIndicator+Extension.swift",
]
ss.dependency "LeadKit"
ss.dependency "LeadKit", '~> 0.8.0'
ss.dependency "KeychainAccess", '3.1.0'
ss.dependency "CryptoSwift", '~> 0.9.0'
ss.dependency "SwiftValidator", '5.0.0'
@ -33,7 +33,7 @@ Pod::Spec.new do |s|
"Sources/Extensions/Cells/**/*.swift"
]
ss.dependency "LeadKit/Core-iOS-Extension"
ss.dependency "LeadKit/Core-iOS-Extension", '~> 0.8.0'
ss.dependency "KeychainAccess", '3.1.0'
ss.dependency "CryptoSwift", '~> 0.9.0'
ss.dependency "SwiftValidator", '5.0.0'