blob: ad9370111e76ffe4c07263f226b6d9ca9b5fb393 [file] [log] [blame]
{
"name": "AxolotlKit",
"version": "0.2",
"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": "github@fredericjacobs.com"
},
"social_media_url": "http://twitter.com/FredericJacobs",
"source": {
"git": "https://github.com/WhisperSystems/AxolotlKit.git",
"tag": "0.2"
},
"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": [
"~> 1.8"
],
"HKDFKit": [
"~> 0.0.3"
],
"ProtocolBuffers": [
"~> 1.9.2"
]
}
}