[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / d / 2 / 6 / camlKit / 0.3.2 / camlKit.podspec.json
blobc53f8c1b34285d0cd4266c4956e78397c5b2a03c
2   "name": "camlKit",
3   "version": "0.3.2",
4   "summary": "camlKit is a native Swift library for interacting with the Tezos Blockchain and other camlCase applications, such as Dexter.",
5   "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.",
6   "homepage": "https://gitlab.com/camlcase-dev/camlkit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Simon McLoughlin": "simon.d.mcl@gmail.com"
13   },
14   "source": {
15     "git": "https://gitlab.com/camlcase-dev/camlkit",
16     "tag": "0.3.2"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "swift_versions": [
22     "5.0",
23     "5.1",
24     "5.2"
25   ],
26   "source_files": "Source/**/*.{swift}",
27   "resources": "Source/**/*.{js}",
28   "dependencies": {
29     "BigInt": [
30       "5.2.0"
31     ],
32     "Sodium": [
33       "0.9.1"
34     ],
35     "secp256k1.swift": [
36       "0.1.4"
37     ],
38     "TrustWalletCore": [
39       "2.5.6"
40     ]
41   },
42   "xcconfig": {
43     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
44   },
45   "pod_target_xcconfig": {
46     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
47   },
48   "swift_version": "5.2"