[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 7 / d / f / LPRefresh / 0.0.3 / LPRefresh.podspec.json
blob82244d156d6ebb9850cc2b1fdbf38d1cf282bad6
2   "name": "LPRefresh",
3   "version": "0.0.3",
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.3"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "source_files": "LPRefresh/**/*.{h,m}",
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ]