blob: e38da6faab1ddb309ef7b06dee829a0f9803c873 [file] [log] [blame]
{
"name": "PartialScrollView",
"version": "0.2.0",
"summary": "A scroll view whose scroll area is customizable.",
"description": "PartialScrollView, like its name, allows the user to customize the scrollable area,\nwhich solves the problem of programmers who wanted a scroll view-like behavior,\nbut only for a certain part of their views.\nInstead of using a pan gesture recognizer for the small view, use the scroll view\nlike you normally would, but just don't forget to set the scrollable area.",
"homepage": "https://github.com/BridgeTheGap/PartialScrollView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Josh Woomin Park": "joshuaparkwm@gmail.com"
},
"source": {
"git": "https://github.com/BridgeTheGap/PartialScrollView.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "PartialScrollView/Classes/**/*"
}