Skip to content

Commit ffb1188

Browse files
committed
podspec: use ios 6 for platform
1 parent a4c7441 commit ffb1188

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Analytics.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
1919
s.subspec 'Core-iOS' do |ss|
2020
ss.public_header_files = ['Analytics/*.h', 'Analytics/Helpers/*.h', 'Analytics/Integrations/SEGAnalyticsIntegrations.h']
2121
ss.source_files = ['Analytics/*.{h,m}', 'Analytics/Helpers/*.{h,m}', 'Analytics/Integrations/SEGAnalyticsIntegrations.h']
22-
ss.platform = :ios
22+
ss.platform = :ios, '6.0'
2323
ss.weak_frameworks = ['CoreBluetooth', 'SystemConfiguration', 'CoreLocation']
2424
ss.dependency 'TRVSDictionaryWithCaseInsensitivity', '0.0.2'
2525
s.xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => "ANALYTICS_VERSION=#{s.version}" }
@@ -30,7 +30,7 @@ Pod::Spec.new do |s|
3030
ss.prefix_header_contents = "#define USE_ANALYTICS_#{a.name.upcase} 1"
3131
ss.public_header_files = ['Analytics/Integrations/*.h', "Analytics/Integrations/#{a.name}/SEG#{a.name}Integration.h"]
3232
ss.ios.source_files = "Analytics/Integrations/#{a.name}/SEG#{a.name}Integration.{h,m}"
33-
ss.platform = :ios
33+
ss.platform = :ios, '6.0'
3434

3535
ss.dependency 'Analytics/Core-iOS'
3636
ss.dependency 'Analytics/Segmentio' unless a.is_segment?

0 commit comments

Comments
 (0)