blob: a2da7927f8eefa2375a5dfd3bc1c46833fdabab2 [file] [log] [blame]
{
"name": "EAResistantScrollView",
"version": "0.1.0",
"summary": "A custom UIScrollView with a customizable overscroll resistance.",
"description": "A subclass of UIScrollView that allows to perform tweaks on how much overscroll the users can perform.\n",
"homepage": "https://github.com/Eddpt/EAResistantScrollView",
"license": "MIT",
"authors": {
"Edgar Antunes": "Eddpt@users.noreply.github.com"
},
"source": {
"git": "https://github.com/Eddpt/EAResistantScrollView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}