@@ -17,10 +17,13 @@ Pod::Spec.new do |s|
17
17
s . watchos . deployment_target = '2.0'
18
18
s . tvos . deployment_target = '9.0'
19
19
s . requires_arc = true
20
- s . ios . frameworks = 'UIKit' , 'SafariServices'
21
20
22
- s . ios . source_files = 'Auth0/**/*.{swift,h,m}'
23
- s . osx . source_files = [ 'Auth0/*.swift' , 'Auth0/{Authentication,Extensions,Logger,Management,Networking,Crypto}/*.{swift,h,m}' ]
24
- s . watchos . source_files = [ 'Auth0/*.swift' , 'Auth0/{Authentication,Extensions,Logger,Management,Networking,Crypto}/*.{swift,h,m}' ]
25
- s . tvos . source_files = [ 'Auth0/*.swift' , 'Auth0/{Authentication,Extensions,Logger,Management,Networking,Crypto}/*.{swift,h,m}' ]
21
+ s . ios . source_files = 'Auth0/*.{swift,h,m}'
22
+ s . ios . frameworks = 'UIKit' , 'SafariServices'
23
+ s . osx . source_files = 'Auth0/*.swift'
24
+ s . osx . exclude_files = 'Auth0/_ObjectiveWebAuth.swift' , 'Auth0/ControllerModalPresenter.swift' , 'Auth0/OAuth2Grant.swift' , 'Auth0/OAuth2Session.swift' , 'Auth0/SessionStorage.swift' , 'Auth0/WebAuth.swift' , 'Auth0/WebAuthError.swift' , 'Auth0/SafariWebAuth.swift'
25
+ s . watchos . source_files = 'Auth0/*.swift'
26
+ s . watchos . exclude_files = 'Auth0/_ObjectiveWebAuth.swift' , 'Auth0/ControllerModalPresenter.swift' , 'Auth0/OAuth2Grant.swift' , 'Auth0/OAuth2Session.swift' , 'Auth0/SessionStorage.swift' , 'Auth0/WebAuth.swift' , 'Auth0/WebAuthError.swift' , 'Auth0/SafariWebAuth.swift'
27
+ s . tvos . source_files = 'Auth0/*.swift'
28
+ s . tvos . exclude_files = 'Auth0/_ObjectiveWebAuth.swift' , 'Auth0/ControllerModalPresenter.swift' , 'Auth0/OAuth2Grant.swift' , 'Auth0/OAuth2Session.swift' , 'Auth0/SessionStorage.swift' , 'Auth0/WebAuth.swift' , 'Auth0/WebAuthError.swift' , 'Auth0/SafariWebAuth.swift'
26
29
end
0 commit comments