blob: c998647a0465d48c83be322f96ea5f9eddcc75b0 [file] [log] [blame]
{
"name": "CBDoubleTapAndPanGestureRecognizer",
"version": "1.0.0",
"summary": "A UIGestureRecognizer subclass inspired by Google Maps.",
"description": " A UIGestureRecognizer subclass allows you to double tap and pan for zooming in/out like Google Maps.\n",
"homepage": "https://github.com/CocoaBob/CBDoubleTapAndPanGestureRecognizer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "CocoaBob",
"social_media_url": "https://twitter.com/CocoaBob",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/CocoaBob/CBDoubleTapAndPanGestureRecognizer.git",
"tag": "1.0.0"
},
"source_files": "CBDoubleTapAndPanGestureRecognizer",
"requires_arc": true
}