blob: 82fd3ac33b59e84c7c7a6dc37a2746000a6cc34a [file] [log] [blame]
{
"name": "WMRadarView",
"version": "1.0.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": "1.0.0"
},
"dependencies": {
"EasyAnimation": [
"~> 1.1"
]
},
"platforms": {
"ios": "10.0"
},
"source_files": "WMRadarView/WMRadarView.swift"
}