diff --git a/Package.swift b/Package.swift index 0e48c01..210b84c 100644 --- a/Package.swift +++ b/Package.swift @@ -6,7 +6,7 @@ import PackageDescription let package = Package( name: "tkey-swift", platforms: [ - .iOS(SupportedPlatform.IOSVersion.v13), .macOS(.v10_15) + .iOS(.v14), .macOS(.v10_15) ], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages. diff --git a/tkey-swift.podspec b/tkey-swift.podspec index 32010da..aeeefc0 100644 --- a/tkey-swift.podspec +++ b/tkey-swift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "tkey-swift" - spec.version = "1.0.0" + spec.version = "2.0.0" spec.platform = :ios, "14.0" spec.summary = "SDK allows you to create threshold key setup natively" spec.homepage = "https://web3auth.io/"