blob: e97c8a40641befe643751753a5151caca198e6d6 [file] [log] [blame]
{
"name": "WorldMatrix",
"version": "3.0.1",
"summary": "create a view with a dotted world map in Swift 3.0",
"description": "`WorldMatrix` is an iOS library writen in Swift 3 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": "3.3",
"source": {
"git": "https://github.com/KiloKilo/WorldMatrix.git",
"tag": "3.0.1"
},
"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": [
]
}
}
]
}