Skip to content

Commit fc2b2f9

Browse files
ProtocolBuffers specification.
1 parent cd46ff4 commit fc2b2f9

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

AxolotlKit.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "AxolotlKit"
3-
s.version = "0.5"
3+
s.version = "0.6"
44
s.summary = "AxolotlKit is a Free implementation of the Axolotl protocol in Objective-C"
55
s.homepage = "https://github.com/WhisperSystems/AxolotlKit"
66
s.license = "GPLv2"
@@ -15,5 +15,5 @@ Pod::Spec.new do |s|
1515
s.requires_arc = true
1616
s.dependency '25519', '~> 1.8'
1717
s.dependency 'HKDFKit', '~> 0.0.3'
18-
s.dependency 'ProtocolBuffers', '~> 1.9.2'
18+
s.dependency 'ProtocolBuffers', '~> 1.9.7'
1919
end

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ link_with ["AxolotlKit", "AxolotlKitTests"]
44

55
pod '25519', '~> 1.8', :inhibit_warnings => true
66
pod 'HKDFKit', '~> 0.0.3'
7-
pod 'ProtocolBuffers', '~> 1.9.2'
7+
pod 'ProtocolBuffers', '~> 1.9.7'

Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
PODS:
22
- 25519 (1.8)
33
- HKDFKit (0.0.3)
4-
- ProtocolBuffers (1.9.2)
4+
- ProtocolBuffers (1.9.7)
55

66
DEPENDENCIES:
77
- 25519 (~> 1.8)
88
- HKDFKit (~> 0.0.3)
9-
- ProtocolBuffers (~> 1.9.2)
9+
- ProtocolBuffers (~> 1.9.7)
1010

1111
SPEC CHECKSUMS:
1212
25519: 601ffb5d258aa33d642062d6fa4096db210e02e7
1313
HKDFKit: 5998cf1bbb611e7ecc6bd3eaaef8c7a7da7be949
14-
ProtocolBuffers: a834d6fe4ae0cc94d081b864e4948bdd483ad228
14+
ProtocolBuffers: 37fdd327d36856f965ea9029b5ec0c7120e3a452
1515

16-
COCOAPODS: 0.34.4
16+
COCOAPODS: 0.35.0

0 commit comments

Comments
 (0)