Skip to content

Commit 59b3ee0

Browse files
committed
Podspec with Core default subspec
1 parent 4d5e583 commit 59b3ee0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Adjust.podspec

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,20 @@ Pod::Spec.new do |s|
99
s.platform = :ios, '4.3'
1010
s.framework = 'SystemConfiguration'
1111
s.weak_framework = 'AdSupport', 'iAd'
12-
s.source_files = 'Adjust/*.{h,m}', 'Adjust/ADJAdditions/*.{h,m}'
1312
s.requires_arc = true
14-
s.default_subspec = 'Standard'
13+
s.default_subspec = 'Core'
1514

16-
s.subspec 'Standard' do |standard|
15+
s.subspec 'Core' do |co|
16+
co.source_files = 'Adjust/*.{h,m}', 'Adjust/ADJAdditions/*.{h,m}'
1717
end
1818

1919
s.subspec 'Sociomantic' do |sm|
2020
sm.source_files = 'plugin/Sociomantic/*.{h,m}'
21+
sm.dependency 'Adjust/Core'
2122
end
2223

2324
s.subspec 'Criteo' do |cr|
2425
cr.source_files = 'plugin/Criteo/*.{h,m}'
26+
cr.dependency 'Adjust/Core'
2527
end
2628
end

0 commit comments

Comments
 (0)