Skip to content

Commit 58ce8ea

Browse files
committed
updating white space in podspecs
1 parent ce3ae25 commit 58ce8ea

File tree

6 files changed

+16
-12
lines changed

6 files changed

+16
-12
lines changed

OneSignal.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Pod::Spec.new do |s|
88

99
s.source = { :git => "https://github.com/OneSignal/OneSignal-iOS-SDK.git", :tag => s.version.to_s }
1010

11-
s.platform = :ios
12-
s.requires_arc = true
11+
s.platform = :ios
12+
s.requires_arc = true
1313

1414
s.ios.vendored_frameworks = 'iOS_SDK/OneSignalSDK/Framework/OneSignal.framework'
1515
s.framework = 'SystemConfiguration', 'UIKit', 'UserNotifications', 'WebKit', 'CoreGraphics'

OneSignalCore.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Pod::Spec.new do |s|
77
s.author = {"Josh Kasten" => "[email protected]" , "Elliot Mawby" => "[email protected]"}
88

99
s.source = { :git => "https://github.com/OneSignal/OneSignal-iOS-SDK.git", :tag => s.version.to_s }
10-
s.platform = :ios
11-
s.requires_arc = true
10+
s.platform = :ios
11+
s.requires_arc = true
1212

1313
s.ios.vendored_frameworks = 'iOS_SDK/OneSignalSDK/OneSignal_Core/OneSignalCore.xcframework'
1414
s.preserve_paths = 'iOS_SDK/OneSignalSDK/OneSignal_Core/OneSignalCore.xcframework'

OneSignalDynamic.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Pod::Spec.new do |s|
88

99
s.source = { :git => "https://github.com/OneSignal/OneSignal-iOS-SDK.git", :tag => s.version.to_s }
1010

11-
s.platform = :ios, "8.0"
12-
s.requires_arc = true
11+
s.platform = :ios, "8.0"
12+
s.requires_arc = true
1313

1414
s.ios.vendored_frameworks = 'iOS_SDK/OneSignalSDK/Framework/Dynamic/OneSignal.framework'
1515
s.framework = 'SystemConfiguration', 'UIKit', 'UserNotifications', 'WebKit', 'CoreGraphics'

OneSignalExtension.podspec

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ Pod::Spec.new do |s|
77
s.author = {"Josh Kasten" => "[email protected]" , "Elliot Mawby" => "[email protected]"}
88

99
s.source = { :git => "https://github.com/OneSignal/OneSignal-iOS-SDK.git", :tag => s.version.to_s }
10-
s.platform = :ios
11-
s.requires_arc = true
10+
s.platform = :ios
11+
s.requires_arc = true
12+
1213
s.dependency 'OneSignalCore'
1314
s.dependency 'OneSignalOutcomes'
15+
1416
s.ios.vendored_frameworks = 'iOS_SDK/OneSignalSDK/OneSignal_Extension/OneSignalExtension.xcframework'
1517
s.preserve_paths = 'iOS_SDK/OneSignalSDK/OneSignal_Extension/OneSignalExtension.xcframework'
1618

OneSignalOutcomes.podspec

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ Pod::Spec.new do |s|
77
s.author = {"Josh Kasten" => "[email protected]" , "Elliot Mawby" => "[email protected]"}
88

99
s.source = { :git => "https://github.com/OneSignal/OneSignal-iOS-SDK.git", :tag => s.version.to_s }
10-
s.platform = :ios
11-
s.requires_arc = true
10+
s.platform = :ios
11+
s.requires_arc = true
12+
1213
s.dependency 'OneSignalCore'
14+
1315
s.ios.vendored_frameworks = 'iOS_SDK/OneSignalSDK/OneSignal_Outcomes/OneSignalOutcomes.xcframework'
1416
s.preserve_paths = 'iOS_SDK/OneSignalSDK/OneSignal_Outcomes/OneSignalOutcomes.xcframework'
1517

OneSignalXCFramework.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Pod::Spec.new do |s|
77
s.author = { "Joseph Kalash" => "[email protected]", "Josh Kasten" => "[email protected]" , "Brad Hesse" => "[email protected]"}
88

99
s.source = { :git => "https://github.com/OneSignal/OneSignal-iOS-SDK.git", :tag => s.version.to_s }
10-
s.platform = :ios
11-
s.requires_arc = true
10+
s.platform = :ios
11+
s.requires_arc = true
1212

1313
s.ios.vendored_frameworks = 'iOS_SDK/OneSignalSDK/OneSignal_XCFramework/OneSignal.xcframework'
1414
s.preserve_paths = 'iOS_SDK/OneSignalSDK/OneSignal_XCFramework/OneSignal.xcframework'

0 commit comments

Comments
 (0)