blob: 8d3c5425688fbae6d796d758a41afd4d63c5f258 [file] [log] [blame]
{
"name": "PullToRefreshKit",
"version": "0.8.4",
"summary": "A refresh library written with pure Swift 4",
"description": "This is a pull to refresh library written by pure Swift 4. Using it you can add pull to refresh,pull to load more,pull left/right to view details within one line. Besides,it is quite easy to write a custom refresh view when using this lib.",
"homepage": "https://github.com/LeoMobileDeveloper/PullToRefreshKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Leo": "leomobiledeveloper@gmail.com"
},
"source": {
"git": "https://github.com/LeoMobileDeveloper/PullToRefreshKit.git",
"tag": "0.8.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Source/Classes/**/*",
"resources": "Source/Assets/**/*"
}