blob: acfe30b345873cd93fa6f89f2873495621d2e04e [file] [log] [blame]
{
"name": "WorldMatrix",
"version": "4.2.3",
"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"
},
"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.2.3"
},
"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": [
]
}
}
]
}