Skip to content

Commit e53e03b

Browse files
started working on websockets
1 parent 7a3c62e commit e53e03b

File tree

67 files changed

+6023
-1530
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+6023
-1530
lines changed

Podfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
def import_pods
2+
pod 'Starscream', '~> 3.0.2'
23
pod 'PromiseKit', '~> 6.8.3'
34
pod 'BigInt', '~> 3.1.0'
45
pod 'CryptoSwift', '~> 0.15.0'

Podfile.lock

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ PODS:
1919
- PromiseKit/CorePromise
2020
- secp256k1_swift (1.0.3)
2121
- SipHash (1.2.2)
22+
- Starscream (3.0.6)
2223
- SwiftRLP (1.2):
2324
- BigInt (~> 3.1)
2425

@@ -29,6 +30,7 @@ DEPENDENCIES:
2930
- EthereumAddress (~> 1.1.0)
3031
- PromiseKit (~> 6.8.3)
3132
- secp256k1_swift (~> 1.0.3)
33+
- Starscream (~> 3.0.2)
3234
- SwiftRLP (~> 1.2)
3335

3436
SPEC REPOS:
@@ -40,6 +42,7 @@ SPEC REPOS:
4042
- PromiseKit
4143
- secp256k1_swift
4244
- SipHash
45+
- Starscream
4346
- SwiftRLP
4447

4548
SPEC CHECKSUMS:
@@ -50,8 +53,9 @@ SPEC CHECKSUMS:
5053
PromiseKit: 94c6e781838c5bf4717677d0d882b0e7250c80fc
5154
secp256k1_swift: 4fc5c4b2d2c6d21ee8ccb868cdc92da12f38bed9
5255
SipHash: fad90a4683e420c52ef28063063dbbce248ea6d4
56+
Starscream: ef3ece99d765eeccb67de105bfa143f929026cf5
5357
SwiftRLP: 98a02b2210128353ca02e4c2f4d83e2a9796db4f
5458

55-
PODFILE CHECKSUM: 72e3cc52f1295a9c6966555b3b8d4e6b4e19a4a7
59+
PODFILE CHECKSUM: b52cd940f4a572dd780df78154b78dd9b9a03cb9
5660

5761
COCOAPODS: 1.7.0.beta.3

Pods/Headers/Public/Starscream/Starscream-iOS-umbrella.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Headers/Public/Starscream/Starscream-iOS.modulemap

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Headers/Public/Starscream/Starscream-macOS-umbrella.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Headers/Public/Starscream/Starscream-macOS.modulemap

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Manifest.lock

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 1832 additions & 1479 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Starscream/LICENSE

Lines changed: 176 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)