blob: 703df36c530d0cf5a5128daa2e61a5e160f679ec [file] [log] [blame]
{
"name": "LPRefresh",
"version": "0.0.2",
"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.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "LPRefresh/**/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
]
}