blob: b22088bb43fa2b3d3fe31aae1ed4269a85d986f3 [file] [log] [blame]
{
"name": "SFZoomView",
"version": "1.0",
"summary": "A library to simply zoom in and out a UIView.",
"description": " A library to simply zoom in and out a UIView. It has a default animation similar to UIAlertView and allows for custom anitmation keyframes.\n\n",
"homepage": "https://github.com/sforteln/SFZoomView",
"license": "MIT",
"authors": {
"Simon Fortelny": "sforteln@gmail.com"
},
"source": {
"git": "https://github.com/sforteln/SFZoomView.git",
"tag": "1.0"
},
"social_media_url": "https://twitter.com/simonfort",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes/**/*"
}