blob: 9339298e25b404836e83f3d3d92f43a49895361f [file] [log] [blame]
{
"name": "H3",
"version": "3.4.3",
"summary": "iOS wrapper over Uber H3 from https://github.com/uber/h3",
"description": "iOS wrapper over Uber H3 from https://github.com/uber/h3 that can we used with Swift.",
"homepage": "https://github.com/long1eu/h3-ios",
"license": "Apache 2.0 License",
"authors": {
"Razvan Cristian Lung": "lung.razvan@gmail.com"
},
"source": {
"git": "https://github.com/long1eu/h3-ios.git",
"tag": "v3.4.3"
},
"source_files": "Classes/H3/src/h3lib/**/*",
"public_header_files": "Classes/H3/src/h3lib/include/h3api.h",
"platforms": {
"ios": "8.0"
},
"static_framework": true
}