blob: 409b0317a2fee63ef83549d81621b57958fd6a70 [file] [log] [blame]
{
"name": "RefreshableViewController",
"version": "0.8.0",
"summary": "RefreshableViewController is simple view controller with refreshable state management based on PromiseKit.",
"homepage": "https://github.com/dclelland/RefreshableViewController",
"license": {
"type": "MIT"
},
"authors": {
"Daniel Clelland": "daniel.clelland@gmail.com"
},
"source": {
"git": "https://github.com/dclelland/RefreshableViewController.git",
"tag": "0.8.0"
},
"swift_versions": "5.0",
"ios": {
"source_files": "Sources/**/*.swift",
"dependencies": {
"PromiseKit": [
"~> 6.10.0"
]
}
},
"platforms": {
"ios": "10.0"
},
"swift_version": "5.0"
}