Skip to content

Commit e4e6320

Browse files
committed
specify iOS version 9 in OneSignalXCFramework
1 parent e595a43 commit e4e6320

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

OneSignalXCFramework.podspec

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

9-
s.source = { :git => "file:///Users/elliotmawby/Documents/GitHub/OneSignal-iOS-SDK" }
10-
s.platform = :ios
9+
s.source = { :git => "https://github.com/OneSignal/OneSignal-iOS-SDK.git", :tag => s.version.to_s }
10+
s.platform = :ios, '9.0'
1111
s.requires_arc = true
1212

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

0 commit comments

Comments
 (0)