We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdbd986 commit 1014615Copy full SHA for 1014615
LibSignalProtocolSwift.podspec
@@ -3,12 +3,12 @@ Pod::Spec.new do |spec|
3
spec.summary = 'A Swift implementation of the Signal Protocol'
4
spec.license = 'MIT'
5
6
- spec.version = '0.9.9'
+ spec.version = '1.0.1'
7
spec.source = {
8
:git => 'https://github.com/christophhagen/LibSignalProtocolSwift.git',
9
:tag => spec.version
10
}
11
- spec.swift_version = '4.0'
+ spec.swift_version = '4.1'
12
spec.module_name = 'SignalProtocol'
13
14
spec.authors = { 'Christoph Hagen' => 'christoph@spacemasters.eu' }
0 commit comments