[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / d / f / LPRefresh / 0.0.1 / LPRefresh.podspec.json
blob533d3db2901268953ceabcb8c0408b5a6b6252f8
2   "name": "LPRefresh",
3   "version": "0.0.1",
4   "summary": "a component to pull to refresh & scroll infinitely for load more",
5   "description": "a component to pull to refresh & scroll infinitely for load more which is base on UIRreshControl & UIScrollView+InfiniteScroll",
6   "homepage": "https://github.com/litt1e-p/LPRefresh",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "litt1e-p": "litt1e.p4ul@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/litt1e-p/LPRefresh.git",
15     "tag": "0.0.1"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "source_files": "LPRefresh/**/*.{h,m}",
22   "dependencies": {
23     "UIScrollView-InfiniteScroll": [
25     ]
26   },
27   "frameworks": [
28     "Foundation",
29     "UIKit"
30   ]