blob: 0549609ef09a58ecdfb2f2a596d37c4313318aa6 [file] [log] [blame]
{
"name": "DrawPathView",
"version": "0.1.3",
"summary": "Drawable View written in pure Swift2",
"description": "Easy to use drawable custom View written in pure Swift2. 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": "0.1.3"
},
"social_media_url": "https://twitter.com/ahmtgny",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "DrawPathView.swift"
}