[Add] BoyaaDevice 1.1.2
[CocoaPods.git] / Specs / 6 / 7 / b / TRSVPullToRefresh / 0.4.3 / TRSVPullToRefresh.podspec.json
blob410f8871b98b9de15a55b2eb3d9752759a9b66b3
2   "name": "TRSVPullToRefresh",
3   "version": "0.4.3",
4   "platforms": {
5     "ios": "7.0"
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/PodRepo/SVPullToRefresh.git",
15     "tag": "0.4.3"
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   "dependencies": {
20     "KVOController": [
21       "1.0.3"
22     ]
23   },
24   "source_files": "SVPullToRefresh/*.{h,m}",
25   "preserve_paths": "Demo",
26   "requires_arc": true