[Add] AmpMux 9.3.2
[CocoaPods.git] / Specs / 9 / 7 / 6 / SVPullToRefresh / 0.1 / SVPullToRefresh.podspec.json
blobebab8d738f0bb3e15c526c7b8f6ff5b193d83d02
2   "name": "SVPullToRefresh",
3   "version": "0.1",
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.1"
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   "resources": "SVPullToRefresh/SVPullToRefresh.bundle",
21   "requires_arc": false