blob: 78d0ddf7aba45868051f34641154a2a6af2e9be2 [file] [log] [blame]
{
"name": "MapGL",
"version": "0.1.5",
"swift_versions": "5.0",
"summary": "2GIS Maps SDK for iOS",
"homepage": "https://github.com/2gis/MapGL-iOS",
"platforms": {
"ios": "9.0"
},
"license": {
"type": "BSD 2-Clause Simplified License",
"file": "LICENSE"
},
"authors": {
"Alexander Volokhin": "mapgl@2gis.com",
"Eugene Tyutyuev": "e.tyutyuev@2gis.ru"
},
"source": {
"git": "https://github.com/2gis/MapGL-iOS.git",
"tag": "v0.1.5"
},
"frameworks": "UIKit",
"source_files": "Sources/MapGL/**/*.{swift}",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/MapGLTests/**/*.{swift}",
"requires_app_host": true
}
],
"swift_version": "5.0"
}