We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6991d7 commit d44af90Copy full SHA for d44af90
OneSignalXCFramework.podspec
@@ -9,6 +9,10 @@ Pod::Spec.new do |s|
9
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
12
+
13
+ s.dependency 'OneSignalCore'
14
+ s.dependency 'OneSignalOutcomes'
15
+ s.dependency 'OneSignalExtension'
16
17
s.ios.vendored_frameworks = 'iOS_SDK/OneSignalSDK/OneSignal_XCFramework/OneSignal.xcframework'
18
s.preserve_paths = 'iOS_SDK/OneSignalSDK/OneSignal_XCFramework/OneSignal.xcframework'
0 commit comments