blob: ba88a4ba9447e5cd8719c92d2950963a9884f65b [file] [log] [blame]
{
"name": "PullToRefreshKit",
"version": "0.1.0",
"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.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Source/Classes/**/*",
"resource_bundles": {
"PullToRefreshKit": [
"Source/Assets/*.png"
]
}
}