blob: 3125bb1f86db9b842969e2d22db424f03ac6ff74 [file] [log] [blame]
{
"name": "LPRefreshControl",
"version": "1.0.0",
"summary": "refresh control util for SVPullToRefresh.",
"description": "refresh control util for SVPullToRefresh easily and conveniently.",
"homepage": "https://github.com/litt1e-p/LPRefreshControl",
"license": {
"type": "MIT"
},
"authors": {
"litt1e-p": "litt1e.p4ul@gmail.com"
},
"source": {
"git": "https://github.com/litt1e-p/LPRefreshControl.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "LPRefreshControl/*",
"dependencies": {
"SVPullToRefresh": [
"~> 0.4.1"
]
},
"frameworks": [
"Foundation",
"UIKit"
]
}