diff --git a/Package.swift b/Package.swift index 174b5d9..686301b 100644 --- a/Package.swift +++ b/Package.swift @@ -1,4 +1,4 @@ -// swift-tools-version:4.0 +// swift-tools-version:4.2 // The swift-tools-version declares the minimum version of Swift required to build this package. import PackageDescription diff --git a/ScClient.podspec b/ScClient.podspec index b25ecd4..8afccfb 100644 --- a/ScClient.podspec +++ b/ScClient.podspec @@ -18,7 +18,7 @@ Pod::Spec.new do |s| s.name = "ScClient" s.version = "1.0.8" s.summary = "A socketcluster client for iOS and OSX." - s.swift_version = '3.2' + s.swift_version = '4.2' # This description is used to generate tags and improve search results. # * Think: What does it do? Why did you write it? What is the focus? @@ -84,7 +84,7 @@ Pod::Spec.new do |s| # Supports git, hg, bzr, svn and HTTP. # - s.source = { :git => "https://github.com/sacOO7/socketcluster-client-swift.git", :tag => s.version.to_s } + s.source = { :git => "https://github.com/egeniq-forks/socketcluster-client-swift.git", :tag => s.version.to_s } # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # @@ -136,6 +136,6 @@ Pod::Spec.new do |s| s.requires_arc = true # s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" } - s.dependency "Starscream", "~> 3.0.5" - s.dependency "HandyJSON", "~> 4.2.0" + s.dependency "Starscream", "~> 3.1.0" + s.dependency "HandyJSON", "~> 5.0.0" end