Skip to content

Commit 31dcae9

Browse files
committed
podspec weak framework for iAd
1 parent 01ce064 commit 31dcae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adjust.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
88
s.source = { :git => "https://github.com/adeven/adjust_ios_sdk.git", :tag => "v3.3.0" }
99
s.platform = :ios, '4.3'
1010
s.framework = 'SystemConfiguration'
11-
s.weak_framework = 'AdSupport'
11+
s.weak_framework = 'AdSupport', 'iAd'
1212
s.source_files = 'Adjust/*.{h,m}', 'Adjust/AIAdditions/*.{h,m}'
1313
s.requires_arc = true
1414
end

0 commit comments

Comments
 (0)