blob: 2ec182ed26edd143b13f2b8c070c4fc6f78f2613 [file] [log] [blame]
{
"name": "ZZRefresh",
"version": "0.1.0",
"summary": "A simple project to support pull refresh and automaticly load more when swipe to bottom of tableView.",
"description": "A simple project to support pull refresh and automaticly load more when swipe to bottom of tableView \n you can use it like example",
"homepage": "https://github.com/forwardToday/ZZRefresh",
"license": "MIT",
"authors": {
"zz": "forwardtoday@aliyun.com"
},
"source": {
"git": "https://github.com/forwardToday/ZZRefresh.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ZZRefresh": [
"Pod/Assets/*.png"
]
}
}