blob: e88b9acb1d4cbeeeaea1dd2da45a1646a20d532b [file] [log] [blame]
{
"name": "SwiftRefreshKit",
"version": "1.0.3",
"summary": "A refresh kit for UIScrollView written by Swift.",
"description": "Pull-up pull-down kit\nSimple to use and extend",
"homepage": "https://github.com/czqasngit/RefreshKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"czqasngit": "czqasn@163.com"
},
"source": {
"git": "https://github.com/czqasngit/RefreshKit.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "9.0"
},
"source_files": "RefreshKit/Classes/**/*",
"resource_bundles": {
"RefreshKit": [
"RefreshKit/Assets/*.png"
]
},
"swift_version": "4.0",
"dependencies": {
"BerryPlant": [
]
}
}