blob: 20b2c786041f79d849283554f5fe5be3e702ef8d [file] [log] [blame]
{
"name": "WMRadarView",
"version": "0.1.0",
"summary": "A simple customizable radarView written in Swift 3",
"description": "A simple customizable radarView written in Swift 3 using EasyAnimation.",
"homepage": "https://github.com/Workmoose/WMRadarView",
"license": {
"type": "Beerware",
"text": "If we meet some day, and you think this stuff is worth it, you can buy me a beer in return."
},
"authors": {
"Jaap Wijnen": "wijnen.jaap@gmail.com"
},
"source": {
"git": "https://github.com/Workmoose/WMRadarView.git",
"tag": "0.1.0"
},
"dependencies": {
"EasyAnimation": [
"~> 1.1"
]
},
"platforms": {
"ios": "10.0"
},
"source_files": "WMRadarView/WMRadarView.swift"
}