blob: 8f22fc0b4d27abfd0cb0fe0d78a2d9fe865bbefc [file] [log] [blame]
{
"name": "NVPullToRefresh",
"version": "0.1.0",
"summary": "NVActivityIndicatorView + PullToRefresh",
"description": "This component implements pure pull-to-refresh logic with NVActivityIndicatorView animations.",
"homepage": "https://github.com/satishbabariya/NVPullToRefresh",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Satish Babariya": "satish.babariya@gmail.com"
},
"source": {
"git": "https://github.com/satishbabariya/NVPullToRefresh.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "NVPullToRefresh/Classes/**/*.swift",
"swift_version": "4.0",
"frameworks": "UIKit",
"dependencies": {
"PullToRefresher": [
"~> 3.0.2"
],
"NVActivityIndicatorView": [
"~> 4.1.1"
]
}
}