blob: 68ad40298fab31dfae61e1522f0af5a85632d698 [file] [log] [blame]
{
"name": "MCRefreshView",
"version": "0.0.1",
"summary": "MCRefreshView is a pull to refresh and load more view by Swift 2.0.",
"description": "MCRefreshView is a pull to refresh and load more view by Swift 2.0, Copy from MJRefresh: MJRefreshNormalHeader and MJRefreshBackNormalFooter. I had use in my project. And I had add the horizontal refresh view.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
"homepage": "https://github.com/zhmch0329/MCRefreshView",
"license": "MIT",
"authors": {
"zhmch0329": "zhang-minchao@hotmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/zhmch0329/MCRefreshView.git",
"tag": "0.0.1"
},
"source_files": [
"MCRefreshView",
"MCRefreshView/MCRefreshView/**/*.{swift}"
]
}