This commit is contained in:
Julien Karst 2017-05-03 15:02:17 +02:00
Родитель 56a0f1f434
Коммит b6c8992cbe
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -11,7 +11,8 @@ Pod::Spec.new do |s|
s.license = package['license']
s.homepage = package['homepage']
s.source = { :git => 'https://github.com/Microsoft/react-native-code-push.git', :tag => "v#{s.version}-beta"}
s.platform = :ios, '7.0'
s.ios.deployment_target = '7.0'
s.tvos.deployment_target = '9.0'
s.preserve_paths = '*.js'
s.library = 'z'
@ -27,4 +28,4 @@ Pod::Spec.new do |s|
ss.private_header_files = 'ios/CodePush/SSZipArchive/*.h', 'ios/CodePush/SSZipArchive/aes/*.h', 'ios/CodePush/SSZipArchive/minizip/*.h'
end
end
end