Podspec update
This commit is contained in:
parent
6c39765788
commit
050f4439d5
|
|
@ -1,5 +1,8 @@
|
|||
# Changelog
|
||||
|
||||
### 0.3.5
|
||||
|
||||
- **Update**: Migrate to Swift 4.2 & Xcode 10. Update dependencies.
|
||||
|
||||
### 0.3.4
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Pod::Spec.new do |s|
|
||||
s.name = "LeadKitAdditions"
|
||||
s.version = "0.3.4"
|
||||
s.version = "0.3.5"
|
||||
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", '~> 0.8.0'
|
||||
ss.dependency "LeadKit", '~> 0.8.13'
|
||||
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", '~> 0.8.0'
|
||||
ss.dependency "LeadKit/Core-iOS-Extension", '~> 0.8.13'
|
||||
ss.dependency "KeychainAccess", '3.1.0'
|
||||
ss.dependency "CryptoSwift", '~> 0.9.0'
|
||||
ss.dependency "SwiftValidator", '5.0.0'
|
||||
|
|
|
|||
Loading…
Reference in New Issue