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