@@ -26,33 +26,7 @@ Pod::Spec.new do |s|
2626 s . source = { :git => "https://github.com/vimeo/VIMNetworking.git" , :tag => s . version . to_s }
2727
2828 s . source_files = 'VIMNetworking/**/*.{h,m}'
29- s . frameworks = 'Foundation'
30-
31- s . subspec 'Networking' do |ss |
32- ss . source_files = 'VIMNetworking/Networking/**/*.{h,m}'
33- ss . frameworks = 'Foundation' , 'UIKit'
34- ss . dependency 'VIMNetworking/Private'
35- ss . dependency 'VIMNetworking/Cache'
36- ss . dependency 'VIMNetworking/Keychain'
37- ss . dependency 'VIMNetworking/Model'
38- ss . dependency 'AFNetworking' , '2.6.3'
39- end
40-
41- s . subspec 'Private' do |ss |
42- ss . source_files = 'VIMNetworking/Private/**/*.{h,m}'
43- ss . frameworks = 'Foundation' , 'UIKit'
44- ss . dependency 'VIMNetworking/Model'
45- end
46-
47- s . subspec 'Cache' do |ss |
48- ss . source_files = 'VIMNetworking/Cache/VIMCache.{h,m}'
49- ss . frameworks = 'Foundation' , 'UIKit'
50- end
51-
52- s . subspec 'Keychain' do |ss |
53- ss . source_files = 'VIMNetworking/Keychain/VIMKeychain.{h,m}'
54- ss . frameworks = 'Foundation' , 'Security'
55- end
29+ s . frameworks = "Foundation" , "UIKit" , "Security"
5630
5731 s . subspec 'Model' do |ss |
5832 ss . source_files = 'VIMNetworking/Model/*.{h,m}'
0 commit comments