[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 9 / 7 / 6 / SVPullToRefresh / 0.4 / SVPullToRefresh.podspec.json
blob698f5c40ce6088dbcfce76a101bd0dede680a01e
2   "name": "SVPullToRefresh",
3   "version": "0.4",
4   "platforms": {
5     "ios": null
6   },
7   "license": "MIT",
8   "summary": "Give pull-to-refresh to any UIScrollView with 1 line of code.",
9   "homepage": "https://github.com/samvermette/SVPullToRefresh",
10   "authors": {
11     "Sam Vermette": "hello@samvermette.com"
12   },
13   "source": {
14     "git": "https://github.com/samvermette/SVPullToRefresh.git",
15     "tag": "0.4"
16   },
17   "description": "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   "requires_arc": true