[Add] SHUJUSHUO 0.2.1
[CocoaPods.git] / Specs / 3 / b / e / SVPullToRefreshPlus / 0.4.4.1 / SVPullToRefreshPlus.podspec.json
blob1fdad6ee35f85254ba60fea9b614b19e0872f0b7
2   "name": "SVPullToRefreshPlus",
3   "version": "0.4.4.1",
4   "platforms": {
5     "ios": "5.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.1"
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