blob: 4ef90bb0d23ce35ff7ed1a2d4c7e9fad7fa529eb [file] [log] [blame]
{
"name": "SimpleRefresh",
"version": "0.0.8",
"summary": "So simple pull to refresh framework in iOS written by Swift5",
"description": "A simple pull to refresh lib with highly customizable animation.",
"homepage": "https://github.com/qiuncheng/SimpleRefresh",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"qiuncheng": "qiuncheng@gmail.com"
},
"source": {
"git": "https://github.com/qiuncheng/SimpleRefresh.git",
"tag": "0.0.8"
},
"social_media_url": "https://twitter.com/vsccw",
"platforms": {
"ios": "8.0"
},
"swift_version": "5.0",
"source_files": "SimpleRefresh/Classes/**/*",
"resources": [
"SimpleRefresh/Assets/*.xcassets"
]
}