blob: 2ff3069e125a2765d84aadfe6b50e7bed50bebcd [file] [log] [blame]
{
"name": "NJCircleLine",
"version": "1.1.0",
"summary": "A library that draws dot line with given points or polyline.",
"description": "This simple library draws a dotted line with a given start point and end point on Google Map.",
"homepage": "https://github.com/jinbass/NJCircleLine",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jin Nagumo": "hojinkojin@yahoo.co.jp"
},
"source": {
"git": "https://github.com/jinbass/NJCircleLine.git",
"tag": "1.1.0"
},
"social_media_url": "https://twitter.com/dog_jin",
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"static_framework": true,
"source_files": "NJCircleLine/Classes/**/*",
"dependencies": {
"GoogleMaps": [
]
}
}