Skip to content

Commit

Permalink
version fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahroz16 committed May 7, 2024
1 parent e350caa commit 31a8a93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AnalyticsSwiftCIO.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = "AnalyticsSwiftCIO"
s.version = "1.5.11+cio.1"
s.version = "1.5.12+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.
# update branch to version
s.source = { :git => 'https://github.com/customerio/cdp-analytics-swift.git', :branch => 'shahroz/different-target' }
s.source = { :git => 'https://github.com/customerio/cdp-analytics-swift.git', :tag => '1.5.12+cio.1' }

s.ios.deployment_target = "13.0"
s.requires_arc = true
Expand Down

0 comments on commit 31a8a93

Please sign in to comment.