blob: a9a654e9c4bcbf758cd78f79b6c82d10a712b0c0 [file] [log] [blame]
{
"name": "AHKBendableView",
"version": "0.2.0",
"summary": "UIView subclass that bends its edges when its position changes.",
"homepage": "https://github.com/fastred/AHKBendableView",
"license": "MIT",
"authors": {
"Arkadiusz Holko": "fastred@fastred.org"
},
"source": {
"git": "https://github.com/fastred/AHKBendableView.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/arekholko",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Classes/*.swift",
"frameworks": "QuartzCore"
}