/WhitecodingIOSLibrary.podspec
https://bitbucket.org/whitecoding/wil · Unknown · 32 lines · 25 code · 7 blank · 0 comment · 0 complexity · a108896ddadd63b9b0fc6e82865b901b MD5 · raw file
- Pod::Spec.new do |s|
- s.name = 'WhitecodingIOSLibrary'
- s.version = '5.0.0'
- s.summary = 'A short description of WhitecodingIOSLibrary.'
- s.description = 'An optional longer description of WhitecodingIOSLibrary.'
- s.homepage = 'https://bitbucket.org/whitecoding/wil'
- s.license = 'MIT'
- s.author = { 'Philipp Lomosits' => 'p.lomosits@gmail.com' }
-
- s.source = { :git => 'https://bitbucket.org/whitecoding/wil.git', :branch => 'master' }
- # s.source = { :git => 'https://bitbucket.org/whitecoding/wil.git', :tag => '1.0.0' }
- # s.source = { :git => 'https://bitbucket.org/whitecoding/wil.git', :commit => '070fa7fa1e5c' }
-
-
- s.subspec 'Map' do |ms|
- ms.ios.source_files = 'Code/Map/**/*.{h,m}'
- ms.frameworks = 'MapKit', 'CoreLocation'
- end
-
- s.subspec 'Logger' do |ls|
- ls.ios.source_files = 'Code/Logger/**/*.{h,m}'
- end
-
- s.subspec 'Objects' do |os|
- os.ios.source_files = 'Code/Objects/**/*.{h,m}'
- end
-
- s.subspec 'UI' do |us|
- us.ios.source_files = 'Code/UI/**/*.{h,m}'
- end
- end