blob: 6c9f904fe9b0df813d99c75885c2309b1f4a8a8f [file] [log] [blame]
{
"name": "H3_",
"version": "3.5",
"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/kennic/h3-ios",
"license": "Apache 2.0 License",
"authors": {
"Razvan Cristian Lung": "lung.razvan@gmail.com"
},
"source": {
"git": "https://github.com/kennic/h3-ios.git",
"tag": "v3.5"
},
"source_files": "Classes/H3/src/h3lib/**/*",
"public_header_files": "Classes/H3/src/h3lib/include/h3api.h",
"platforms": {
"ios": "8.0"
},
"static_framework": true
}