[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 8 / f / 4 / LPRefreshControl / 1.0.0 / LPRefreshControl.podspec.json
blob3125bb1f86db9b842969e2d22db424f03ac6ff74
2   "name": "LPRefreshControl",
3   "version": "1.0.0",
4   "summary": "refresh control util for SVPullToRefresh.",
5   "description": "refresh control util for SVPullToRefresh easily and conveniently.",
6   "homepage": "https://github.com/litt1e-p/LPRefreshControl",
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/LPRefreshControl.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "source_files": "LPRefreshControl/*",
22   "dependencies": {
23     "SVPullToRefresh": [
24       "~> 0.4.1"
25     ]
26   },
27   "frameworks": [
28     "Foundation",
29     "UIKit"
30   ]