Skip to content

Commit 2311b06

Browse files
authored
Update pod for release (#3355)
1 parent a0ff78f commit 2311b06

3 files changed

+3
-3
lines changed

Airship.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
88
s.homepage = "https://www.airship.com"
99
s.author = { "Airship" => "support@airship.com" }
1010
s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" }
11-
s.source = { :git => "https://github.com/urbanairship/ios-library.git", :tag => s.version.to_s }
11+
s.source = { :git => "https://github.com/urbanairship/ios-library.git", :tag => '19.0.0.1' }
1212
s.module_name = "AirshipKit"
1313
s.header_dir = "AirshipKit"
1414
s.ios.deployment_target = "15.0"

AirshipDebug.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
s.author = { "Airship" => "support@airship.com" }
1010

1111
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
12-
s.source = { :git => "https://github.com/urbanairship/ios-library.git", :tag => s.version.to_s }
12+
s.source = { :git => "https://github.com/urbanairship/ios-library.git", :tag => '19.0.0.1' }
1313

1414
s.module_name = "AirshipDebug"
1515
s.ios.deployment_target = "14.0"

AirshipServiceExtension.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
88
s.homepage = "https://www.airship.com"
99
s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" }
1010
s.author = { "Airship" => "support@airship.com" }
11-
s.source = { :git => "https://github.com/urbanairship/ios-library.git", :tag => s.version.to_s }
11+
s.source = { :git => "https://github.com/urbanairship/ios-library.git", :tag => '19.0.0.1' }
1212
s.source_files = "AirshipExtensions/AirshipNotificationServiceExtension/Source/**/*.{swift}"
1313
s.weak_frameworks = "UserNotifications"
1414
s.module_name = "AirshipServiceExtension"

0 commit comments

Comments
 (0)