File tree 2 files changed +5
-23
lines changed
SubstrateClientSwift/Classes/Scale
2 files changed +5
-23
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ PODS:
40
40
- Sr25519/Helpers
41
41
- SubstrateClientSwift (1.0.0):
42
42
- BigInt (~> 5.0.0)
43
- - CommonSwift
44
- - EncryptingSwift
45
- - HashingSwift
46
- - ScaleCodecSwift
43
+ - CommonSwift (~> 1.0.0)
44
+ - EncryptingSwift (~> 1.0.0)
45
+ - HashingSwift (~> 1.0.0)
46
+ - ScaleCodecSwift (~> 1.0.0)
47
47
- UncommonCrypto (0.1.3)
48
48
- xxHash-Swift (1.1.1)
49
49
@@ -113,7 +113,7 @@ SPEC CHECKSUMS:
113
113
ScaleCodecSwift: 2fa35cbc70c5634fdc0960cc6c712e917b2c688c
114
114
secp256k1.swift: a7e7a214f6db6ce5db32cc6b2b45e5c4dd633634
115
115
Sr25519: 87a974e2d714113af55e1d7e5cef1b82864a57bd
116
- SubstrateClientSwift: abf6a27a04411d968795df0e6eafcfa543c4e033
116
+ SubstrateClientSwift: af132c82e31d514a0623a3011c12344b972cd7bb
117
117
UncommonCrypto: 8e6276bd3def28cdbd55966926c38c37ea1c9af5
118
118
xxHash-Swift: 13ebcbfc48658a5acf3777751e64b18c0f110d25
119
119
Original file line number Diff line number Diff line change 16
16
*
17
17
*/
18
18
19
- /**
20
- *
21
- * Copyright 2023 SUBSTRATE LABORATORY LLC
22
- *
23
- * Licensed under the Apache License, Version 2.0 (the "License");
24
- * you may not use this file except in compliance with the License.
25
- * You may obtain a copy of the License at
26
- *
27
- * http://www.apache.org/licenses/LICENSE-2.0
28
-
29
- * Unless required by applicable law or agreed to in writing, software
30
- * distributed under the License is distributed on an "AS IS" BASIS,
31
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
32
- * See the License for the specific language governing permissions and
33
- * limitations under the License.
34
- *
35
- */
36
-
37
19
import CommonSwift
38
20
import Foundation
39
21
import ScaleCodecSwift
You can’t perform that action at this time.
0 commit comments