blob: 80d47902822ccbec7500dbf30e35e17b708d1754 [file] [log] [blame]
{
"name": "SwiftRefreshKit",
"version": "1.0.1",
"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.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "RefreshKit/Classes/**/*",
"resource_bundles": {
"RefreshKit": [
"RefreshKit/Assets/*.png"
]
},
"swift_version": "4.0",
"dependencies": {
"BerryPlant": [
]
}
}