blob: aeefe34a3fd2f57e2234d0c1fab79a66f165fcae [file] [log] [blame]
{
"name": "MapGL",
"version": "0.1.4",
"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.4"
},
"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"
}