[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / 3 / c / WavesSDKCrypto / 0.1.8 / WavesSDKCrypto.podspec.json
blob2156836b8c59e08cde792d472a75e75f42f41ca8
2   "name": "WavesSDKCrypto",
3   "version": "0.1.8",
4   "platforms": {
5     "ios": "11.0"
6   },
7   "requires_arc": true,
8   "swift_versions": "5.0",
9   "license": {
10     "type": "MIT License",
11     "file": "LICENSE"
12   },
13   "homepage": "https://wavesplatform.com",
14   "authors": {
15     "Mefilt": "mefilt@gmail.com"
16   },
17   "summary": "WavesSDK – it is mobile libraries for easy and simple co-working Waves blockchain platform and any mobile app",
18   "source": {
19     "git": "https://github.com/wavesplatform/WavesSDK-iOS.git",
20     "tag": "v0.1.8"
21   },
22   "source_files": [
23     "WavesSDKCrypto/Sources/*.{swift}",
24     "WavesSDKCrypto/Vendors/Curve25519/Sources/Curve25519/curve25519-donna.c",
25     "WavesSDKCrypto/Vendors/Curve25519/Sources/Objc/*.{h,m}",
26     "WavesSDKCrypto/Vendors/Curve25519/Sources/ed25519/*.{c,h}",
27     "WavesSDKCrypto/Vendors/Curve25519/Sources/ed25519/additions/*.{c,h}",
28     "WavesSDKCrypto/Vendors/Curve25519/Sources/ed25519/nacl_sha512/*.{c,h}",
29     "WavesSDKCrypto/Vendors/Curve25519/Sources/ed25519/nacl_includes/*.{c,h}",
30     "WavesSDKCrypto/Vendors/Blake2/Sources/*.{h,c}",
31     "WavesSDKCrypto/Vendors/Base58Encoder/Sources/*.{h,c,swift}",
32     "WavesSDKCrypto/Vendors/Keccak/Sources/*{h,c}"
33   ],
34   "public_header_files": [
35     "WavesSDKCrypto/Vendors/Curve25519/Sources/Objc/*.{h}",
36     "WavesSDKCrypto/Vendors/Blake2/Sources/blake2.h",
37     "WavesSDKCrypto/Vendors/Blake2/Sources/crypto_generichash_blake2b.h",
38     "WavesSDKCrypto/Vendors/Blake2/Sources/export.h",
39     "WavesSDKCrypto/Vendors/Base58Encoder/Sources/*.{h}",
40     "WavesSDKCrypto/Vendors/Keccak/Sources/*{h}"
41   ],
42   "ios": {
43     "frameworks": "Security"
44   },
45   "dependencies": {
46     "WavesSDKExtensions": [
48     ]
49   },
50   "swift_version": "5.0"