[Add] AdPopcornSSP 2.9.1
[CocoaPods.git] / Specs / 7 / 5 / a / SCScrollViewEx / 3.0.0 / SCScrollViewEx.podspec.json
blob9987ed0795d142d03631a8191e8677785c7a52f5
2   "name": "SCScrollViewEx",
3   "version": "3.0.0",
4   "platforms": {
5     "ios": "6.0"
6   },
7   "summary": "UIScrollView subclass that can use a custom easing function to animate the setting of the content offset",
8   "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",
9   "homepage": "https://github.com/stefanceriu/SCScrollView",
10   "authors": {
11     "Stefan Ceriu": "stefan.ceriu@yahoo.com"
12   },
13   "social_media_url": "https://twitter.com/stefanceriu",
14   "source": {
15     "git": "https://github.com/jprothwell/SCScrollView.git",
16     "tag": "3.0.0"
17   },
18   "license": {
19     "type": "MIT License",
20     "file": "LICENSE"
21   },
22   "source_files": "SCScrollView/*",
23   "requires_arc": true,
24   "frameworks": [
25     "UIKit",
26     "QuartzCore",
27     "Foundation"
28   ]