[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / b / 7 / 6 / SVPullToRefresh_Bell / 1.0 / SVPullToRefresh_Bell.podspec.json
blobc9d464b84032df0884050b3581385151917b898d
2   "name": "SVPullToRefresh_Bell",
3   "version": "1.0",
4   "platforms": {
5     "ios": "5.0"
6   },
7   "license": "MIT",
8   "summary": "Give pull-to-refresh to any UIScrollView with 1 line of code.",
9   "homepage": "https://github.com/zjr999/SVPullToRefresh",
10   "authors": {
11     "Sam Vermette": "hello@samvermette.com"
12   },
13   "source": {
14     "git": "https://github.com/zjr999/SVPullToRefresh.git",
15     "tag": "1.0"
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   "preserve_paths": "Demo",
21   "requires_arc": true