blob: 1457ac67a2e134c50ee771db569c960925e7eec2 [file] [log] [blame]
{
"name": "DrawPathView",
"version": "1.0.0",
"summary": "Drawable View written in pure Swift 4",
"description": "Easy to use drawable custom View written in pure Swift 4. You can delete paths or delete last drawn path. You can also draw paths with any colors you want and change this color whenever you want.",
"homepage": "https://github.com/ahmetkgunay/DrawPathView",
"license": "MIT",
"authors": {
"Ahmet Kazım Günay": "ahmetkgunay@gmail.com"
},
"source": {
"git": "https://github.com/ahmetkgunay/DrawPathView.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/ahmtgny",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "DrawPathView.swift",
"pushed_with_swift_version": "3.0"
}