blob: 07a4e68adb496195d08c9c37111ee33066266aea [file] [log] [blame]
{
"name": "SMRefresh",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SMRefresh/Classes/**/*",
"dependencies": {
"MJRefresh": [
"~> 3.1.15.7"
]
}
}