blob: 8012bfec92644767f2052f8e9af2006321fb7038 [file] [log] [blame]
{
"name": "SessionAxolotlKit",
"version": "1.0.3",
"summary": "SessionAxolotlKit is a free implementation of the Axolotl protocol in Objective-C",
"homepage": "https://github.com/loki-project/session-ios-protocol-kit",
"license": {
"type": "GPLv2",
"file": "LICENSE"
},
"authors": {
"Niels Andriesse": "niels@loki.network"
},
"social_media_url": "http://getsession.org/",
"source": {
"git": "https://github.com/loki-project/session-ios-protocol-kit.git",
"tag": "1.0.3"
},
"source_files": [
"AxolotlKit/Classes/**/*.{h,m,swift}",
"AxolotlKit/Private/*.{h,m,swift}"
],
"public_header_files": "AxolotlKit/Classes/**/*.{h}",
"prefix_header_file": "AxolotlKit/SPKPrefix.h",
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"dependencies": {
"SessionCurve25519Kit": [
"~> 2.1.2"
],
"SessionHKDFKit": [
"~> 0.0.5"
],
"CocoaLumberjack": [
],
"SwiftProtobuf": [
"~> 1.5.0"
],
"SessionCoreKit": [
"~> 1.0.0"
]
},
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "AxolotlKitTests/**/*.{h,m,swift}"
}
]
}