blob: 6caa0b511678cb4c901732de2c8513c3f241eaf6 [file] [log] [blame]
{
"name": "DoubleConversion",
"version": "1.1.5",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/google/double-conversion",
"summary": "Efficient binary-decimal and decimal-binary conversion routines for IEEE doubles",
"authors": "Google",
"prepare_command": "mv src double-conversion",
"source": {
"git": "https://github.com/google/double-conversion.git",
"tag": "v1.1.5"
},
"module_name": "DoubleConversion",
"source_files": "double-conversion/*.{h,cc}",
"platforms": {
"ios": "8.0",
"tvos": "9.2"
}
}