blob: c05d58390316a39aa805a6db1c0d011943cfe739 [file] [log] [blame]
{
"name": "AxolotlKit",
"version": "0.6",
"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.6"
},
"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.7"
]
}
}