Skip to content

Commit

Permalink
push cocoapods of rc
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahroz16 committed Mar 9, 2024
1 parent 476c189 commit 8b30821
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-datapipeline-pods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: '⚠️ Note: Pushing to cocoapods is flaky. If you see some errors in these logs while deploying, re-run this GitHub Action to try deployment again and it might fix the issue.'
run: echo ''

- name: Push CustomerIODataPipelines
run: ./scripts/push-cocoapod.sh CustomerIODataPipelines.podspec
- name: Push CustomerIOCommon
run: ./scripts/push-cocoapod.sh CustomerIOCommon.podspec

- name: Push CustomerIOTrackingMigration
run: ./scripts/push-cocoapod.sh CustomerIOTrackingMigration.podspec
4 changes: 2 additions & 2 deletions CustomerIOCommon.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |spec|
spec.name = "CustomerIOCommon"
spec.version = "2.12.3" # Don't modify this line - it's automatically updated
spec.version = "3.0.0-rc" # Don't modify this line - it's automatically updated
spec.summary = "Official Customer.io SDK for iOS."
spec.homepage = "https://github.com/customerio/customerio-ios"
spec.documentation_url = 'https://customer.io/docs/sdk/ios/'
spec.changelog = "https://github.com/customerio/customerio-ios/blob/#{spec.version.to_s}/CHANGELOG.md"
spec.license = { :type => "MIT", :file => "LICENSE" }
spec.author = { "CustomerIO Team" => "[email protected]" }
spec.source = { :git => 'https://github.com/customerio/customerio-ios.git', :tag => spec.version.to_s }
spec.source = { :git => 'https://github.com/customerio/customerio-ios.git', :branch => 'aman/migration-cocoapods' }

spec.swift_version = '5.3'
spec.cocoapods_version = '>= 1.11.0'
Expand Down
4 changes: 2 additions & 2 deletions CustomerIOTrackingMigration.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |spec|
spec.name = "CustomerIOTrackingMigration"
spec.version = "2.12.3" # Don't modify this line - it's automatically updated
spec.version = "3.0.0-rc" # Don't modify this line - it's automatically updated
spec.summary = "Official Customer.io SDK for iOS."
spec.homepage = "https://github.com/customerio/customerio-ios"
spec.documentation_url = 'https://customer.io/docs/sdk/ios/'
spec.changelog = "https://github.com/customerio/customerio-ios/blob/#{spec.version.to_s}/CHANGELOG.md"
spec.license = { :type => "MIT", :file => "LICENSE" }
spec.author = { "CustomerIO Team" => "[email protected]" }
spec.source = { :git => 'https://github.com/customerio/customerio-ios.git', :tag => spec.version.to_s }
spec.source = { :git => 'https://github.com/customerio/customerio-ios.git', :branch => 'aman/migration-cocoapods' }

spec.swift_version = '5.3'
spec.cocoapods_version = '>= 1.11.0'
Expand Down

0 comments on commit 8b30821

Please sign in to comment.