[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / a / c / StickProtocol / 1.1.49 / StickProtocol.podspec.json
blob577cd45dd9a7654b10062d4d4a8c00dcda4f14e1
2   "name": "StickProtocol",
3   "version": "1.1.49",
4   "summary": "Customized Signal Protocol C Library for the Stick Protocol",
5   "swift_versions": "5.0",
6   "description": "This is a ratcheting forward secrecy protocol that works in synchronous and asynchronous messaging environments.\nhttps://github.com/WhisperSystems/libsignal-protocol-c",
7   "homepage": "https://github.com/STiiiCK/stick-protocol",
8   "license": {
9     "type": "MIT",
10     "text": "The MIT License (MIT) \n Copyright (c) Omar Basem\n     <founder@stiiick.com \n Permission is hereby granted, free fo charge, to any person obtaining a copy\n     of this software and associated documentation files"
11   },
12   "authors": {
13     "Omar Basem": "founder@stiiick.com"
14   },
15   "platforms": {
16     "ios": "12.0"
17   },
18   "ios": {
19     "vendored_frameworks": "StickProtocol.framework"
20   },
21   "source": {
22     "http": "https://dl.dropboxusercontent.com/s/c6xiws1ans9u8v7/StickProtocol.zip?dl=0"
23   },
24   "pod_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
26   },
27   "user_target_xcconfig": {
28     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
29   },
30   "dependencies": {
31     "CryptoSwift": [
33     ],
34     "SignalArgon2": [
36     ],
37     "StickySignalProtocolC": [
38       "~> 1.0.0"
39     ]
40   },
41   "swift_version": "5.0"