blob: 004ceec3968926e1032f8cb284b39f9880d886d1 [file] [log] [blame]
{
"name": "SimpleRefresh",
"version": "0.0.7",
"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.7"
},
"social_media_url": "https://twitter.com/vsccw",
"platforms": {
"ios": "8.0"
},
"swift_version": "5.0",
"source_files": "SimpleRefresh/Classes/**/*",
"resources": [
"SimpleRefresh/Assets/*.xcassets"
]
}