blob: 073e2a244ce3f7d272ad161031e7416198699660 [file] [log] [blame]
{
"name": "PullToRefreshKit",
"version": "0.3.1",
"summary": "A refresh library written with pure Swift",
"description": "This is a pull to refresh library written by pure Swift. 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.3.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Source/Classes/**/*",
"resources": "Source/Assets/**/*"
}