blob: 36b1cc2f254772e3848237e9c09dabc5118e704b [file] [log] [blame]
{
"name": "SimpleRefresh",
"version": "0.0.4",
"summary": "So simple pull to refresh framework in iOS written by Swift4.2",
"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.4"
},
"social_media_url": "https://twitter.com/vsccw",
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"source_files": "SimpleRefresh/Classes/**/*",
"resources": [
"SimpleRefresh/Assets/*.xcassets"
]
}