blob: 2c1f0c955c9dddb6718526835e985f7d8fc1a467 [file] [log] [blame]
{
"name": "RefreshController",
"version": "0.0.1",
"summary": "A simple refresh and load more Refresh controller by swift",
"description": "A simple refresh and load more Refresh controller by swift\nwhich translate by JYRefreshController.\n- fix bugs when tableview heiht height then contentsize and trigger both refresh and loadmore bug.\n- set UIScrollView as option to break retain circle.",
"homepage": "https://github.com/looseyi/RefreshController",
"license": "MIT",
"authors": {
"looseyi": "13615033587@126.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/looseyi/RefreshController.git",
"tag": "0.0.1"
},
"source_files": [
"Source",
"Source/**/*.{swift}"
],
"exclude_files": "Classes/Exclude"
}