Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
build(0.2.0): add support to Cocoapods
Browse files Browse the repository at this point in the history
  • Loading branch information
CassiusPacheco committed Aug 11, 2022
1 parent a1c740f commit c8e4db3
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,20 @@ for now removed features.
### Fixed

for any bug fixes.

## [0.2.0] - 2022-08-11

### Added

Support to Cocoapods

## [0.1.0] - 2022-08-08

Initial release with a client for the public API and the following workflows:

Buy
Sell
Cancel sell
Transfer
Register
Buy crypto
2 changes: 1 addition & 1 deletion ImmutableXCore.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'ImmutableXCore'
spec.version = '0.1.0'
spec.version = '0.2.0'
spec.summary = 'The Immutable X Core SDK Swift for applications written on the Immutable X platform.'

spec.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion Sources/ImmutableXCore/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.2.0
2 changes: 1 addition & 1 deletion Tests/ImmutableXCoreTests/ImmutableXCoreTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ final class ImmutableXCoreTests: XCTestCase {
}

func testSdkVersion() {
XCTAssertEqual(ImmutableXCore.shared.sdkVersion, "0.1.0")
XCTAssertEqual(ImmutableXCore.shared.sdkVersion, "0.2.0")
}

func testInitialize() {
Expand Down

0 comments on commit c8e4db3

Please sign in to comment.