Initial commit 🎉
fbshipit-source-id: b6fc29740c6875d2e78953b8a7123890a67930f2 Co-authored-by: Sebastian McKenzie <sebmck@fb.com> Co-authored-by: John Knox <jknox@fb.com> Co-authored-by: Emil Sjölander <emilsj@fb.com> Co-authored-by: Pritesh Nandgaonkar <prit91@fb.com>
This commit is contained in:
18
iOS/third-party-podspecs/DoubleConversion.podspec
Executable file
18
iOS/third-party-podspecs/DoubleConversion.podspec
Executable file
@@ -0,0 +1,18 @@
|
||||
Pod::Spec.new do |spec|
|
||||
spec.name = 'DoubleConversion'
|
||||
spec.version = '3.0.0'
|
||||
spec.license = { :type => 'MIT' }
|
||||
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" }
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user