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