4 "summary": "iOS wrapper for the Tari Crypto library, a part of the Tari Cryptocurrency project.",
5 "description": "This framework is a wrapper around the [Tari Crypto](https://github.com/tari-project/tari-crypto) library, a part of the [Tari Cryptocurrency](https://tar.com) project. It contains the native crypto library and the header file, and the necessary wrapper and model classes to enable the developers to generate key pairs, sign messages and verify message signatures.\n\nPlease visit the [GitHub repository](https://github.com/tari-labs/tari-crypto-ios) for details and examples.",
6 "homepage": "https://github.com/tari-labs/tari-crypto-ios",
7 "license": "3-Clause BSD License",
9 "The Tari Development Team": "info@tari.com"
14 "swift_versions": "5",
15 "pod_target_xcconfig": {
16 "VALID_ARCHS": "arm64 x86_64",
17 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
19 "user_target_xcconfig": {
20 "VALID_ARCHS": "arm64 x86_64",
21 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
24 "git": "https://github.com/tari-labs/tari-crypto-ios.git",
27 "source_files": "TariCrypto/**/*.{h,swift}",
29 "vendored_libraries": "TariCrypto/TariLib/libtari_crypto.a"