| { |
| "name": "X3DH", |
| "version": "2.0.5", |
| "summary": "X3DH key agreement protocol.", |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "swift_versions": "5.1", |
| "homepage": "https://ticeapp.com", |
| "authors": { |
| "TICE Software UG (haftungsbeschränkt)": "contact@ticeapp.com" |
| }, |
| "source": { |
| "git": "https://github.com/TICESoftware/X3DH.git", |
| "tag": "2.0.5" |
| }, |
| "license": { |
| "type": "MIT" |
| }, |
| "source_files": "Sources/**/*", |
| "dependencies": { |
| "Sodium-Fork": [ |
| |
| ], |
| "HKDF": [ |
| |
| ] |
| }, |
| "user_target_xcconfig": { |
| "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64" |
| }, |
| "pod_target_xcconfig": { |
| "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64" |
| }, |
| "swift_version": "5.1" |
| } |