diff --git a/Clickstream.podspec b/Clickstream.podspec index 408e862..332556b 100644 --- a/Clickstream.podspec +++ b/Clickstream.podspec @@ -19,7 +19,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/gojek/clickstream-ios.git', :tag => s.version } s.platform = :ios - s.ios.deployment_target = '11.0' + s.ios.deployment_target = '12.0' s.swift_version = '5.0' s.source_files = 'Sources/**/*.swift' diff --git a/Podfile b/Podfile index 8a118eb..eff98f9 100644 --- a/Podfile +++ b/Podfile @@ -10,7 +10,7 @@ workspace 'Clickstream.xcworkspace' def clickstream_pods pod 'SwiftProtobuf', '~> 1.21.0' - pod 'ReachabilitySwift', '>= 5.0.0' + pod 'ReachabilitySwift', '5.2.3' pod 'GRDB.swift', '~> 6.7.0' pod 'Starscream', '~> 4.0.6' end diff --git a/Podfile.lock b/Podfile.lock index 66a2fce..5f380b7 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -2,13 +2,13 @@ PODS: - GRDB.swift (6.7.0): - GRDB.swift/standard (= 6.7.0) - GRDB.swift/standard (6.7.0) - - ReachabilitySwift (5.0.0) + - ReachabilitySwift (5.2.3) - Starscream (4.0.8) - SwiftProtobuf (1.21.0) DEPENDENCIES: - GRDB.swift (~> 6.7.0) - - ReachabilitySwift (>= 5.0.0) + - ReachabilitySwift (= 5.2.3) - Starscream (~> 4.0.6) - SwiftProtobuf (~> 1.21.0) @@ -21,10 +21,10 @@ SPEC REPOS: SPEC CHECKSUMS: GRDB.swift: df2fdb0752e88383fc314e1e5d7c3a76d52054eb - ReachabilitySwift: 985039c6f7b23a1da463388634119492ff86c825 + ReachabilitySwift: 7f151ff156cea1481a8411701195ac6a984f4979 Starscream: 19b5533ddb925208db698f0ac508a100b884a1b9 SwiftProtobuf: afced68785854575756db965e9da52bbf3dc45e7 -PODFILE CHECKSUM: 8479bb2373fa5a054948beeb538d0ff2a1b6fa6d +PODFILE CHECKSUM: 90f76e61798bef03c4deda5bc7d258ea40c1ddd0 -COCOAPODS: 1.15.0 +COCOAPODS: 1.15.2