blob: acefb5fdd544f9ac061a41a9a7fb2eaeb7e20bd6 [file] [log] [blame]
{
"name": "RefreshableViewController",
"version": "0.3.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.3.0"
},
"ios": {
"source_files": "Sources/**/*.swift",
"dependencies": {
"PromiseKit": [
"~> 4.0"
]
}
},
"platforms": {
"ios": "10.0"
},
"pushed_with_swift_version": "3.0"
}