blob: 2b3d7efe6260c03aee96202eac4ea2385a577c10 [file] [log] [blame]
{
"name": "camlKit",
"version": "0.3.17",
"summary": "camlKit is a native Swift library for interacting with the Tezos Blockchain and other camlCase applications, such as Dexter.",
"description": "camlKit is a native Swift library, built by camlCase, to make interacting with the Tezos Blockchain easier. camlKit also includes APIs to help developers integrate other camlCase applications, such as Dexter.",
"homepage": "https://gitlab.com/camlcase-dev/camlkit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Simon McLoughlin": "simon.d.mcl@gmail.com"
},
"source": {
"git": "https://gitlab.com/camlcase-dev/camlkit",
"tag": "0.3.17"
},
"platforms": {
"ios": "12.0"
},
"swift_versions": [
"5.0",
"5.1",
"5.2"
],
"source_files": "Source/**/*.{swift}",
"resources": "Source/**/*.{js}",
"dependencies": {
"BigInt": [
"5.2.0"
],
"Sodium": [
"0.9.1"
],
"secp256k1.swift": [
"0.1.4"
],
"TrustWalletCore": [
"2.5.6"
]
},
"xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"swift_version": "5.2"
}