blob: 57981da5ceaa8db66cc6a3868eb2116723dc86cd [file] [log] [blame]
{
"name": "LineView",
"version": "0.0.2",
"summary": "Swift version of SmoothLineView.",
"description": "The goal of this project is to create a UIView that can generate smooth lines from touch input in a reasonably fast manner without moving to a more complex framework like OpenGL.",
"homepage": "https://github.com/nishiths23/LineView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nishith Singh": "nishithsingh23@ymail.com"
},
"source": {
"git": "https://github.com/nishiths23/LineView.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LineView/Classes/**/*"
}