Skip to content

Commit 52fb5ef

Browse files
Merge pull request #52 from torusresearch/ios_version_bump
fix: update minimum ios version
2 parents e190dea + 35299b4 commit 52fb5ef

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PackageDescription
55

66
let package = Package(
77
name: "FetchNodeDetails",
8-
platforms: [.iOS(.v13), .macOS(.v10_15)],
8+
platforms: [.iOS(.v14), .macOS(.v10_15)],
99
products: [
1010
.library(
1111
name: "FetchNodeDetails",

Sources/FetchNodeDetails/Constants/Constants.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ let TORUS_NETWORK: [TorusNetwork: String] = [
99
public typealias TORUS_NETWORK_TYPE = String
1010

1111

12-
let MULTI_CLUSTER_NETWORKS: [LegacyNetwork] = [.CELESTE]
12+
let MULTI_CLUSTER_NETWORKS: [LegacyNetwork] = []

Torus-fetchNodeDetails.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |spec|
22
spec.name = "Torus-fetchNodeDetails"
3-
spec.version = "7.0.0"
3+
spec.version = "8.0.0"
44
spec.ios.deployment_target = '13.0'
55
spec.summary = "Fetches the node details from torus nodelist smart contract"
66
spec.homepage = "https://github.com/torusresearch/fetch-node-details-swift"
77
spec.license = { :type => 'BSD', :file => 'License.md' }
88
spec.swift_version = "5.3"
9-
spec.author = { "Shubham Rathi" => "[email protected]" }
9+
spec.author = { "Torus Labs" => "[email protected]" }
1010
spec.source = { :git => "https://github.com/torusresearch/fetch-node-details-swift.git", :tag => spec.version }
1111
spec.source_files = "Sources/**/*.{swift,json}"
1212
spec.module_name = "FetchNodeDetails"

cocoapods/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
22
- BigInt (5.2.0)
3-
- Torus-fetchNodeDetails (7.0.0):
3+
- Torus-fetchNodeDetails (8.0.0):
44
- BigInt (~> 5.2.0)
55

66
DEPENDENCIES:
@@ -16,7 +16,7 @@ EXTERNAL SOURCES:
1616

1717
SPEC CHECKSUMS:
1818
BigInt: f668a80089607f521586bbe29513d708491ef2f7
19-
Torus-fetchNodeDetails: d12f3511de52bdca33ccabf35f618c296edf94c5
19+
Torus-fetchNodeDetails: 2a5fbb222ec28af4128d64e4c2d520c7db456b78
2020

2121
PODFILE CHECKSUM: 33add72342a492adb43676625c404c97ced731da
2222

0 commit comments

Comments
 (0)