blob: de3fe2e10023c0d4b13bc265267c76289330a8ab [file] [log] [blame]
{
"name": "PaperFold",
"version": "1.1",
"summary": "Paper folding animation for iOS.",
"description": " PaperFold is a simple iOS control that allows hiding of views on the \n left and right side of the screen by dragging the middle view.\n",
"homepage": "http://www.honcheng.com/2012/07/PaperFold-for-iOS",
"license": "MIT",
"authors": {
"Muh Hon Cheng": "honcheng@gmail.com"
},
"source": {
"git": "https://github.com/honcheng/PaperFold-for-iOS.git",
"tag": "1.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "PaperFold/PaperFold/PaperFold",
"resources": "PaperFold/PaperFold/PaperFold/PaperFoldResources.bundle/*.png",
"frameworks": "QuartzCore",
"requires_arc": true
}