DoubleConversion.podspec.json 649 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
{
  "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",
  "header_dir": "double-conversion",
  "source_files": "double-conversion/*.{h,cc}",
  "compiler_flags": "-Wno-unreachable-code",
  "platforms": {
    "ios": "9.0",
    "tvos": "9.2"
  }
}