@@ -16,18 +16,25 @@ Use the Branch SDK (branch.io) to create and power the links that point back to
1616 s . license = 'Proprietary'
1717 s . author = { "Branch" => "[email protected] " } 1818 s . source = { :git => "https://github.com/BranchMetrics/iOS-Deferred-Deep-Linking-SDK.git" , :tag => s . version . to_s }
19- s . platform = :ios , '7.0'
20- s . requires_arc = true
19+ s . platform = :ios , '7.0'
20+ s . requires_arc = true
2121
2222 s . subspec 'Core' do |core |
2323 core . source_files = "Branch-SDK/Branch-SDK/*.{h,m}" , "Branch-SDK/Branch-SDK/Requests/*.{h,m}" , "Branch-SDK/Fabric/*.h"
2424 core . private_header_files = "Branch-SDK/Fabric/*.h"
25- core . frameworks = 'AdSupport' , 'CoreTelephony' , ' MobileCoreServices'
25+ core . frameworks = 'AdSupport' , 'MobileCoreServices'
2626 end
2727
2828 s . subspec 'without-IDFA' do |idfa |
2929 idfa . source_files = "Branch-SDK/Branch-SDK/*.{h,m}" , "Branch-SDK/Branch-SDK/Requests/*.{h,m}" , "Branch-SDK/Fabric/*.h"
3030 idfa . private_header_files = "Branch-SDK/Fabric/*.h"
31- idfa . frameworks = 'CoreTelephony' , ' MobileCoreServices'
31+ idfa . frameworks = 'MobileCoreServices'
3232 end
33+
34+ s . subspec 'without-Safari' do |safari |
35+ core . source_files = "Branch-SDK/Branch-SDK/*.{h,m}" , "Branch-SDK/Branch-SDK/Requests/*.{h,m}" , "Branch-SDK/Fabric/*.h"
36+ core . private_header_files = "Branch-SDK/Fabric/*.h"
37+ core . frameworks = 'AdSupport' , 'MobileCoreServices'
38+ end
39+
3340end
0 commit comments