blob: 019da9df922c11ec948fb96a64082647809da5fb [file] [log] [blame]
{
"name": "SMRefresh",
"version": "0.1.1",
"summary": "封装MJRefresh",
"description": "封装MJRefresh 避免MJrRefresh api变动大规模修改业务代码",
"homepage": "https://github.com/simon9211/SMRefresh",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"simon9211": "simon9211@126.com"
},
"source": {
"git": "https://github.com/simon9211/SMRefresh.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SMRefresh/Classes/**/*",
"dependencies": {
"MJRefresh": [
"~> 3.1.15.7"
]
}
}