blob: 9987ed0795d142d03631a8191e8677785c7a52f5 [file] [log] [blame]
{
"name": "SCScrollViewEx",
"version": "3.0.0",
"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/jprothwell/SCScrollView.git",
"tag": "3.0.0"
},
"license": {
"type": "MIT License",
"file": "LICENSE"
},
"source_files": "SCScrollView/*",
"requires_arc": true,
"frameworks": [
"UIKit",
"QuartzCore",
"Foundation"
]
}