Skip to content

Commit

Permalink
Update Pod spec source
Browse files Browse the repository at this point in the history
Update name with updated repo name
  • Loading branch information
sandeeppenchala-okta committed Sep 25, 2023
1 parent 585768b commit 0b2f9d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OktaAnalytics.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/okta/okta-logger-swift"
s.license = { :type => 'APACHE2', :file => 'LICENSE' }
s.author = { "Okta Developers" => "[email protected]" }
s.source = { :git => "https://github.com/okta/okta-logger-swift.git", :tag => "OktaAnalytics-"+s.version.to_s }
s.source = { :git => "https://github.com/okta/okta-utils-swift.git", :tag => "OktaAnalytics-"+s.version.to_s }

s.osx.deployment_target = '11.0'
s.ios.deployment_target = '13.0'
Expand Down
2 changes: 1 addition & 1 deletion OktaLogger.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/okta/okta-logger-swift"
s.license = { :type => 'APACHE2', :file => 'LICENSE' }
s.author = { "Okta Developers" => "[email protected]" }
s.source = { :git => "https://github.com/okta/okta-logger-swift.git", :tag => "OktaLogger-"+s.version.to_s }
s.source = { :git => "https://github.com/okta/okta-utils-swift.git", :tag => "OktaLogger-"+s.version.to_s }
s.ios.deployment_target = '11.0'
s.osx.deployment_target = '10.14'
s.watchos.deployment_target = '6.0'
Expand Down
2 changes: 1 addition & 1 deletion OktaSQLiteStorage.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Okta SQLite storage wrapper on top of GRDB framework
s.homepage = 'https://github.com/okta/okta-logger-swift.git'
s.license = { :type => 'APACHE2', :file => 'LICENSE' }
s.authors = { "Okta Developers" => "[email protected]" }
s.source = { :git => 'https://github.com/okta/okta-logger-swift.git', :tag => "OktaSQLiteStorage-"+s.version.to_s }
s.source = { :git => 'https://github.com/okta/okta-utils-swift.git', :tag => "OktaSQLiteStorage-"+s.version.to_s }
s.swift_version = '5.0'

s.ios.deployment_target = '13.0'
Expand Down

0 comments on commit 0b2f9d4

Please sign in to comment.