blob: 553f4c48468fa91c318684b7eec742123b2c36f6 [file] [log] [blame]
{
"name": "BlockyGestures",
"version": "1.0.0",
"summary": "A small framework written in Swift that adds closures to UIGestureRecognizer",
"homepage": "https://github.com/lordzsolt/BlockyGestures",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zsolt Kovacs": "zsolt@iosmith.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/lordzsolt/BlockyGestures.git",
"tag": "1.0.0"
},
"source_files": "BlockyGestures/**/*.{h,swift}",
"pushed_with_swift_version": "3.0"
}