blob: affe665681dfefe6499063b57f427ce94c16f745 [file] [log] [blame]
{
"name": "PACScrollView",
"version": "1.0",
"summary": "Subclass of UIScrollView to add blurr effect",
"description": " PACScrollView is a subclas of UIScrollView which allow you to add a background image, more or less blurred considering the scroll position.\n",
"homepage": "https://github.com/claudot/PACScrollView",
"license": "MIT",
"authors": "Backelite",
"platforms": {
"ios": "4.0"
},
"source": {
"git": "https://github.com/claudot/PACScrollView.git",
"tag": "1.0"
},
"source_files": "PACScrollView/**/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}