blob: 98f76570a06c9c821661242a423ca5cc9d1c737e [file] [log] [blame]
{
"name": "ClusteringMarkers",
"version": "0.1.0",
"summary": "Clustering markers using YandexMapKit.",
"swift_version": "4.0",
"homepage": "https://github.com/Smalex911/ClusteringMarkers",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Aleksandr": "alex11sm@mail.ru.ru"
},
"source": {
"git": "https://github.com/Smalex911/ClusteringMarkers.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "ClusteringMarkers/Classes/**/*",
"frameworks": "UIKit",
"static_framework": true,
"dependencies": {
"YandexMapKit": [
"~> 3.0"
]
}
}