Skip to content

Commit

Permalink
cocoapods version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahroz16 committed Apr 24, 2024
1 parent ad744a9 commit 2b25a34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AnalyticsSwiftCIO.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit 2b25a34

Please sign in to comment.