diff --git a/AnalyticsSwiftCIO.podspec b/AnalyticsSwiftCIO.podspec index 2f0e05e..60d94ca 100644 --- a/AnalyticsSwiftCIO.podspec +++ b/AnalyticsSwiftCIO.podspec @@ -1,13 +1,13 @@ Pod::Spec.new do |s| s.name = "AnalyticsSwiftCIO" - s.version = "1.5.9+cio.2" + s.version = "1.5.11+cio.1" s.license = { :type => 'MIT', :file => './LICENSE' } s.summary = "Customer.io Data Pipelines analytics client for Swift app (iOS/tvOS/watchOS/macOS/Linux)." s.homepage = "https://github.com/customerio/cdp-analytics-swift" s.authors = "Customer.io" # Make sure the tag is the same as what SPM customers are using. - s.source = { :git => 'https://github.com/customerio/cdp-analytics-swift.git', :tag => '1.5.9+cio.1' } + s.source = { :git => 'https://github.com/customerio/cdp-analytics-swift.git', :tag => '1.5.11+cio.1' } s.ios.deployment_target = "13.0" s.requires_arc = true @@ -22,5 +22,5 @@ Pod::Spec.new do |s| } s.dependency 'Sovran', '1.1.1' - s.dependency 'JSONSafeEncoder', '2.0.0' + s.dependency 'JSONSafeEncoding', '2.0.0' end