[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 3 / b / e / SVPullToRefreshPlus / 0.4.4.2 / SVPullToRefreshPlus.podspec.json
blob8f0f55ab30550c9e29bf959cae26dfde5527233c
2   "name": "SVPullToRefreshPlus",
3   "version": "0.4.4.2",
4   "platforms": {
5     "ios": "9.0"
6   },
7   "license": "MIT",
8   "summary": "Give pull-to-refresh to any UIScrollView with 1 line of code. Maybe! Old and forked.",
9   "homepage": "https://github.com/samvermette/SVPullToRefresh",
10   "authors": {
11     "Sam Vermette": "hello@samvermette.com"
12   },
13   "source": {
14     "git": "https://github.com/scottcc/SVPullToRefreshPlus.git",
15     "tag": "0.4.4.2"
16   },
17   "description": "MODIFIED DO NOT USE: SVPullToRefresh allows you to easily add pull-to-refresh functionality to any UIScrollView subclass with only 1 line of code. Instead of depending on delegates and/or subclassing UIViewController, SVPullToRefresh extends UIScrollView with a addPullToRefreshWithActionHandler: method as well as a pullToRefreshView property.",
18   "frameworks": "QuartzCore",
19   "source_files": "SVPullToRefresh/*.{h,m}",
20   "preserve_paths": "Demo",
21   "requires_arc": true