blob: d7a63db2e06d3622c4cabd5a87c6d926baf410f2 [file] [log] [blame]
{
"name": "WorldMatrix",
"version": "4.3.0",
"summary": "create a view with a dotted world map in Swift 4.2",
"description": "`WorldMatrix` is an iOS library writen in Swift 4.2 which allows you to draw a map with dots.",
"homepage": "https://github.com/KiloKilo/WorldMatrix",
"screenshots": "https://raw.github.com/KiloKilo/WorldMatrix/master/screenshot.png",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Alexandre Joly": "alexandre.joly@kilokilo.ch"
},
"social_media_url": "http://twitter.com/jolyAlexandre",
"platforms": {
"ios": "8.1"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/KiloKilo/WorldMatrix.git",
"tag": "4.3.0"
},
"requires_arc": true,
"default_subspecs": "Base",
"subspecs": [
{
"name": "Base",
"source_files": [
"WorldMatrix/Matrix.swift",
"WorldMatrix/WorldMatrixView.swift"
]
},
{
"name": "Generator",
"source_files": "WorldMatrix/WorldMatrixGenerator.swift",
"dependencies": {
"WorldMatrix/Base": [
]
}
}
]
}