Skip to content
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.

Commit

Permalink
ProtocolBuffers specification.
Browse files Browse the repository at this point in the history
  • Loading branch information
FredericJacobs committed Jan 29, 2015
1 parent cd46ff4 commit fc2b2f9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions AxolotlKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "AxolotlKit"
s.version = "0.5"
s.version = "0.6"
s.summary = "AxolotlKit is a Free implementation of the Axolotl protocol in Objective-C"
s.homepage = "https://github.com/WhisperSystems/AxolotlKit"
s.license = "GPLv2"
Expand All @@ -15,5 +15,5 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.dependency '25519', '~> 1.8'
s.dependency 'HKDFKit', '~> 0.0.3'
s.dependency 'ProtocolBuffers', '~> 1.9.2'
s.dependency 'ProtocolBuffers', '~> 1.9.7'
end
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ link_with ["AxolotlKit", "AxolotlKitTests"]

pod '25519', '~> 1.8', :inhibit_warnings => true
pod 'HKDFKit', '~> 0.0.3'
pod 'ProtocolBuffers', '~> 1.9.2'
pod 'ProtocolBuffers', '~> 1.9.7'
8 changes: 4 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
PODS:
- 25519 (1.8)
- HKDFKit (0.0.3)
- ProtocolBuffers (1.9.2)
- ProtocolBuffers (1.9.7)

DEPENDENCIES:
- 25519 (~> 1.8)
- HKDFKit (~> 0.0.3)
- ProtocolBuffers (~> 1.9.2)
- ProtocolBuffers (~> 1.9.7)

SPEC CHECKSUMS:
25519: 601ffb5d258aa33d642062d6fa4096db210e02e7
HKDFKit: 5998cf1bbb611e7ecc6bd3eaaef8c7a7da7be949
ProtocolBuffers: a834d6fe4ae0cc94d081b864e4948bdd483ad228
ProtocolBuffers: 37fdd327d36856f965ea9029b5ec0c7120e3a452

COCOAPODS: 0.34.4
COCOAPODS: 0.35.0

0 comments on commit fc2b2f9

Please sign in to comment.