fbshipit-source-id: cad5f527363fe09c2eea5b05ce1f3f2ecb86941b
This commit is contained in:
@@ -5,14 +5,12 @@ Pod::Spec.new do |spec|
|
||||
spec.homepage = 'https://github.com/google/double-conversion'
|
||||
spec.summary = 'Efficient binary-decimal and decimal-binary conversion routines for IEEE doubles'
|
||||
spec.authors = 'Google'
|
||||
# spec.prepare_command = 'mv src double-conversion'
|
||||
spec.source = { :git => 'https://github.com/google/double-conversion.git',
|
||||
:tag => "v#{spec.version}" }
|
||||
spec.module_name = 'DoubleConversion'
|
||||
spec.source_files = 'double-conversion/*.{h,cc}'
|
||||
spec.libraries = "stdc++"
|
||||
spec.compiler_flags = '-std=c++1y'
|
||||
# Pinning to the same version as React.podspec.
|
||||
spec.platforms = { :ios => "8.0", :tvos => "9.2" }
|
||||
spec.platforms = { :ios => "8.0" }
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user