Latest | 0.8 |
---|---|
Homepage | https://github.com/WhisperSystems/AxolotlKit |
License | GPLv2 |
Platforms | ios 6.0, osx 10.8, requires ARC |
Dependencies | 25519, HKDFKit, ProtocolBuffers |
Authors |
no README.md available
Latest podspec
{ "name": "AxolotlKit", "version": "0.8", "summary": "AxolotlKit is a Free implementation of the Axolotl protocol in Objective-C", "homepage": "https://github.com/WhisperSystems/AxolotlKit", "license": { "type": "GPLv2", "file": "LICENSE" }, "authors": { "Frederic Jacobs": "[email protected]" }, "social_media_url": "http://twitter.com/FredericJacobs", "source": { "git": "https://github.com/WhisperSystems/AxolotlKit.git", "tag": "0.8" }, "source_files": [ "AxolotlKit/Classes/*.{h,m}", "AxolotlKit/Classes/**/*.{h,m}" ], "public_header_files": [ "AxolotlKit/Classes/*.{h}", "AxolotlKit/Classes/**/*.{h}" ], "platforms": { "ios": "6.0", "osx": "10.8" }, "requires_arc": true, "dependencies": { "25519": [ "~> 2.0.1" ], "HKDFKit": [ "~> 0.0.3" ], "ProtocolBuffers": [ "~> 1.9.8" ] } }
Sat, 05 Mar 2016 12:13:02 +0000