blob: 54449b6c9385e2f8000992ba88a67a98ff38016d [file] [log] [blame]
{
"name": "SCScrollView",
"version": "1.1.8",
"platforms": {
"ios": "6.0"
},
"summary": "UIScrollView subclass that can use a custom easing function to animate the setting of the content offset",
"description": "UIScrollView subclass that can use a custom easing function to animate the setting of the content offset.\n - supports all 30 easing functions defined in [AHEasing](https://github.com/warrenm/AHEasing) (wrapped inside SCEasingFunctions) which you can visualise at http://easings.net/\n - adds a maximum number of touches property\n - allows defining an UIBezierPath as a touch refusal area inside which touches will be ignored",
"homepage": "https://github.com/stefanceriu/SCScrollView",
"authors": {
"Stefan Ceriu": "stefan.ceriu@yahoo.com"
},
"social_media_url": "https://twitter.com/stefanceriu",
"source": {
"git": "https://github.com/stefanceriu/SCScrollView.git",
"tag": "v1.1.8"
},
"license": {
"type": "MIT License",
"file": "LICENSE"
},
"source_files": "SCScrollView/*",
"requires_arc": true,
"frameworks": [
"UIKit",
"QuartzCore",
"Foundation"
]
}