blob: e048c2304df994424b69fbd26047d3fc26c7e895 [file] [log] [blame]
{
"name": "SmoothLineView",
"version": "0.1.0",
"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.0"
},
"social_media_url": "https://twitter.com/kompozer",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SmoothLineView": [
"Pod/Assets/*.png"
]
}
}