blob: 533d3db2901268953ceabcb8c0408b5a6b6252f8 [file] [log] [blame]
{
"name": "LPRefresh",
"version": "0.0.1",
"summary": "a component to pull to refresh & scroll infinitely for load more",
"description": "a component to pull to refresh & scroll infinitely for load more which is base on UIRreshControl & UIScrollView+InfiniteScroll",
"homepage": "https://github.com/litt1e-p/LPRefresh",
"license": {
"type": "MIT"
},
"authors": {
"litt1e-p": "litt1e.p4ul@gmail.com"
},
"source": {
"git": "https://github.com/litt1e-p/LPRefresh.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "LPRefresh/**/*.{h,m}",
"dependencies": {
"UIScrollView-InfiniteScroll": [
]
},
"frameworks": [
"Foundation",
"UIKit"
]
}