blob: 4b9977f2f9349b9e96741eb1018890fa8afa99b5 [file] [log] [blame]
{
"name": "camlKit",
"version": "0.1.0",
"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.1.0"
},
"platforms": {
"ios": "12.0"
},
"swift_versions": [
"5.0",
"5.1",
"5.2"
],
"source_files": "camlKit/Classes/**/*",
"swift_version": "5.2"
}