[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 1 / 5 / 8 / DoubleConversion / 1.1.5 / DoubleConversion.podspec.json
blob6caa0b511678cb4c901732de2c8513c3f241eaf6
2   "name": "DoubleConversion",
3   "version": "1.1.5",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/google/double-conversion",
8   "summary": "Efficient binary-decimal and decimal-binary conversion routines for IEEE doubles",
9   "authors": "Google",
10   "prepare_command": "mv src double-conversion",
11   "source": {
12     "git": "https://github.com/google/double-conversion.git",
13     "tag": "v1.1.5"
14   },
15   "module_name": "DoubleConversion",
16   "source_files": "double-conversion/*.{h,cc}",
17   "platforms": {
18     "ios": "8.0",
19     "tvos": "9.2"
20   }