mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-24 08:55:14 +03:00
22 lines
567 B
JSON
22 lines
567 B
JSON
{
|
|
"name": "DoubleConversion",
|
|
"version": "1.1.6",
|
|
"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.6"
|
|
},
|
|
"module_name": "DoubleConversion",
|
|
"source_files": "double-conversion/*.{h,cc}",
|
|
"platforms": {
|
|
"ios": "9.0",
|
|
"tvos": "9.2"
|
|
}
|
|
}
|