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 01ce064 commit 31dcae9Copy full SHA for 31dcae9
Adjust.podspec
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
8
s.source = { :git => "https://github.com/adeven/adjust_ios_sdk.git", :tag => "v3.3.0" }
9
s.platform = :ios, '4.3'
10
s.framework = 'SystemConfiguration'
11
- s.weak_framework = 'AdSupport'
+ s.weak_framework = 'AdSupport', 'iAd'
12
s.source_files = 'Adjust/*.{h,m}', 'Adjust/AIAdditions/*.{h,m}'
13
s.requires_arc = true
14
end
0 commit comments