mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-21 03:29:54 +00:00
Raise platform version in podspec files
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user