blob: 5e0880aa2e177b212d76c1f3c116ca504b9aaf7a [file] [log] [blame]
{
"name": "WorldMatrix",
"version": "3.0.0",
"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"
},
"source": {
"git": "https://github.com/KiloKilo/WorldMatrix.git",
"tag": "3.0.0"
},
"requires_arc": true,
"default_subspecs": "Base",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Base",
"source_files": [
"WorldMatrix/Matrix.swift",
"WorldMatrix/WorldMatrixView.swift"
]
},
{
"name": "Generator",
"source_files": "WorldMatrix/WorldMatrixGenerator.swift",
"dependencies": {
"WorldMatrix/Base": [
]
}
}
]
}