Raise platform version in podspec files

This commit is contained in:
Ivan Matkov
2017-04-27 15:56:33 +03:00
parent 79c032efd6
commit 1fb463bbcb
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
s.author = { 'Microsoft' => 'support@hockeyapp.net' }
s.source = { :git => 'https://github.com/bitstadium/HockeySDK-iOS.git', :tag => s.version.to_s }
s.platform = :ios, '6.0'
s.platform = :ios, '7.0'
s.source_files = 'Classes'
s.requires_arc = true

View File

@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
s.license = { :type => 'MIT', :file => 'HockeySDK-iOS/LICENSE' }
s.author = { 'Microsoft' => 'support@hockeyapp.net' }
s.platform = :ios, '6.0'
s.platform = :ios, '7.0'
s.requires_arc = true
s.preserve_path = 'HockeySDK-iOS/README.md'