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