Skip to content

Commit

Permalink
Merge pull request #105 from OpenZesame/decimal_amount
Browse files Browse the repository at this point in the history
Decimal amount
  • Loading branch information
Sajjon authored Jun 21, 2019
2 parents f34ac58 + 319803e commit 7d2e07e
Show file tree
Hide file tree
Showing 37 changed files with 4,530 additions and 3,965 deletions.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use_modular_headers!

def shared
# The Zilliqa Swift SDK
pod 'Zesame', :git => 'https://github.com/OpenZesame/Zesame.git', :branch => 'bech32'
pod 'Zesame', :git => 'https://github.com/OpenZesame/Zesame.git', :branch => 'decimal_amount'

# Used for Crash reporting
pod 'Firebase/Core'
Expand Down
8 changes: 4 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ DEPENDENCIES:
- SwiftyBeaver
- TinyConstraints
- Validator
- Zesame (from `https://github.com/OpenZesame/Zesame.git`, branch `bech32`)
- Zesame (from `https://github.com/OpenZesame/Zesame.git`, branch `decimal_amount`)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
Expand Down Expand Up @@ -157,12 +157,12 @@ SPEC REPOS:

EXTERNAL SOURCES:
Zesame:
:branch: bech32
:branch: decimal_amount
:git: https://github.com/OpenZesame/Zesame.git

CHECKOUT OPTIONS:
Zesame:
:commit: 2cc80066fbd3b0346269ddfa66defc597968ff06
:commit: 8da70b2c224da9d186867cf462078b5603f1d21c
:git: https://github.com/OpenZesame/Zesame.git

SPEC CHECKSUMS:
Expand Down Expand Up @@ -202,6 +202,6 @@ SPEC CHECKSUMS:
Validator: b34ab17a8fffd0c1ffd8f9002ead4d1e02cd9e6e
Zesame: c7bbd6548ef648af5480338f37a94bd4fe0bc4e3

PODFILE CHECKSUM: 6e65ec8728ce77747f9fc47866b42ac7c7bfa1f6
PODFILE CHECKSUM: 1fe225be0adb22d399a61c5e12f3713681222bb3

COCOAPODS: 1.6.1
8 changes: 4 additions & 4 deletions Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7,256 changes: 3,634 additions & 3,622 deletions Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

85 changes: 85 additions & 0 deletions Pods/Zesame/Source/Extensions/String+AmountValidation.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7d2e07e

Please sign in to comment.