blob: c71bd9ee66101b5ab4aa447528a42e2d6c314d8e [file] [log] [blame]
{
"name": "SmoothLineView",
"version": "0.1.1",
"summary": "Smooth line drawing for iOS",
"description": "Smooth & fast line drawing from touch inputs for UIViews using Quartz\n\n",
"homepage": "https://github.com/kompozer/SmoothLineView",
"license": "MIT",
"authors": {
"Levi Nunnink": "https://github.com/levinunnink",
"Andreas Kompanez": "https://twitter.com/kompozer"
},
"source": {
"git": "https://github.com/kompozer/SmoothLineView.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/kompozer",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SmoothLineView": [
"Pod/Assets/*.png"
]
}
}